Variable: org-imenu-depth

org-imenu-depth is a customizable variable defined in org-compat.el.gz.

Value

2

Documentation

The maximum level for Imenu access to Org headlines.

This also applied for speedbar access.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org-compat.el.gz
(defcustom org-imenu-depth 2
  "The maximum level for Imenu access to Org headlines.
This also applied for speedbar access."
  :type 'integer)