Variable: org-yank-adjusted-subtrees

org-yank-adjusted-subtrees is a customizable variable defined in org.el.gz.

Value

nil

Documentation

Non-nil means when yanking subtrees, adjust the level.

With this setting, org-paste-subtree is used to insert the subtree, see this function for details.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org.el.gz
(defcustom org-yank-adjusted-subtrees nil
  "Non-nil means when yanking subtrees, adjust the level.
With this setting, `org-paste-subtree' is used to insert the subtree, see
this function for details."
  :group 'org-edit-structure
  :type 'boolean)