Variable: org-allow-promoting-top-level-subtree
org-allow-promoting-top-level-subtree is a customizable variable
defined in org.el.gz.
Value
nil
Documentation
When non-nil, allow promoting a top level subtree.
The leading star of the top level headline will be replaced by a #.
This variable was added, or its default value changed, in Emacs 24.1.
Source Code
;; Defined in /usr/src/emacs/lisp/org/org.el.gz
(defcustom org-allow-promoting-top-level-subtree nil
"When non-nil, allow promoting a top level subtree.
The leading star of the top level headline will be replaced
by a #."
:type 'boolean
:version "24.1"
:group 'org-appearance)