summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Röhler <andreas.roehler@online.de>2010-10-16 12:26:15 +0200
committerCarsten Dominik <carsten.dominik@gmail.com>2010-10-17 18:11:31 +0200
commit217ceb89834ee04c1a706b5d1e75c9c7d58b1bba (patch)
treedd861d7b7bf9196d3cff560ed2052ec03277904e
parentc9bb51e8832e48c054bec7bb6f210fd86ff90796 (diff)
downloadorg-mode-217ceb89834ee04c1a706b5d1e75c9c7d58b1bba.tar.gz
command-name org-insert-heading-respect-content
Hi Carsten, herewith a first patch continuing command-name insertion (should be sent already but seems not). As the remaining has to be done manually, several patches will result. Maybe consider granting write-access. Cheers Andreas -- https://code.launchpad.net/~a-roehler/python-mode/python-mode-components https://code.launchpad.net/s-x-emacs-werkstatt/
-rw-r--r--doc/org.texi3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/org.texi b/doc/org.texi
index bd22ce9..eeb0682 100644
--- a/doc/org.texi
+++ b/doc/org.texi
@@ -1072,8 +1072,7 @@ the content of that line is made the new heading. If the command is
used at the end of a folded subtree (i.e. behind the ellipses at the end
of a headline), then a headline like the current one will be inserted
after the end of the subtree.
-@kindex C-@key{RET}
-@item C-@key{RET}
+@orgcmd{C-@key{RET},org-insert-heading-respect-content}
Just like @kbd{M-@key{RET}}, except when adding a new heading below the
current heading, the new heading is placed after the body instead of before
it. This command works from anywhere in the entry.