Browse Source

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/
Andreas Röhler 14 years ago
parent
commit
217ceb8983
1 changed files with 1 additions and 2 deletions
  1. 1 2
      doc/org.texi

+ 1 - 2
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
 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
 of a headline), then a headline like the current one will be inserted
 after the end of the subtree.
 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
 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
 current heading, the new heading is placed after the body instead of before
 it.  This command works from anywhere in the entry.
 it.  This command works from anywhere in the entry.