Variable: org-export-max-depth

org-export-max-depth is a variable defined in ox.el.gz.

Value

19

Documentation

Maximum nesting depth for headlines, counting from 0.

Source Code

;; Defined in /usr/src/emacs/lisp/org/ox.el.gz
;;; Internal Variables
;;
;; Among internal variables, the most important is
;; `org-export-options-alist'.  This variable define the global export
;; options, shared between every exporter, and how they are acquired.

(defconst org-export-max-depth 19
  "Maximum nesting depth for headlines, counting from 0.")