Variable: org-inlinetask-min-level
org-inlinetask-min-level is a customizable variable defined in
org-inlinetask.el.gz.
Value
15
Documentation
Minimum level a headline must have before it is treated as an inline task.
Don't set it to something higher than 29 or clocking will break since this
is the hardcoded maximum number of stars org-clock-sum will work with.
It is strongly recommended that you set org-cycle-max-level not at all,
or to a number smaller than this one. See org-cycle-max-level
docstring for more details.
Source Code
;; Defined in /usr/src/emacs/lisp/org/org-inlinetask.el.gz
(defcustom org-inlinetask-min-level 15
"Minimum level a headline must have before it is treated as an inline task.
Don't set it to something higher than `29' or clocking will break since this
is the hardcoded maximum number of stars `org-clock-sum' will work with.
It is strongly recommended that you set `org-cycle-max-level' not at all,
or to a number smaller than this one. See `org-cycle-max-level'
docstring for more details."
:group 'org-inlinetask
:type '(choice
(const :tag "Off" nil)
(integer)))