Variable: org-insert-heading-respect-content
org-insert-heading-respect-content is a customizable variable defined
in org.el.gz.
Value
nil
Documentation
Non-nil means insert new headings after the current subtree.
When nil, the new heading is created directly after the current line.
The commands C-<return> (org-insert-heading-respect-content) and C-S-<return> (org-insert-todo-heading-respect-content) turn this variable on
for the duration of the command.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/org/org.el.gz
(defcustom org-insert-heading-respect-content nil
"Non-nil means insert new headings after the current subtree.
\\<org-mode-map>
When nil, the new heading is created directly after the current line.
The commands `\\[org-insert-heading-respect-content]' and \
`\\[org-insert-todo-heading-respect-content]' turn this variable on
for the duration of the command."
:group 'org-structure
:type 'boolean)