Variable: org-goto-max-level

org-goto-max-level is a customizable variable defined in org-goto.el.gz.

Value

5

Documentation

Maximum target level when running org-goto with refile interface.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org-goto.el.gz
(defcustom org-goto-max-level 5
  "Maximum target level when running `org-goto' with refile interface."
  :group 'org-goto
  :type 'integer)