Variable: org-imenu-depth
org-imenu-depth is a customizable variable defined in org-compat.el.
Value
2
Documentation
The maximum level for Imenu access to Org headlines.
This also applied for speedbar access.
Source Code
;; Defined in ~/.emacs.d/elpa/org-9.8.2/org-compat.el
(defcustom org-imenu-depth 2
"The maximum level for Imenu access to Org headlines.
This also applied for speedbar access."
:type 'integer)