Function: org-insert-heading-respect-content

org-insert-heading-respect-content is an interactive and byte-compiled function defined in org.el.gz.

Signature

(org-insert-heading-respect-content &optional INVISIBLE-OK)

Documentation

Insert heading with org-insert-heading-respect-content(var)/org-insert-heading-respect-content(fun) set to t.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/org/org.el.gz
(defun org-insert-heading-respect-content (&optional invisible-ok)
  "Insert heading with `org-insert-heading-respect-content' set to t."
  (interactive)
  (org-insert-heading '(4) invisible-ok))