Variable: org-export-with-inlinetasks
org-export-with-inlinetasks is a customizable variable defined in
ox.el.gz.
Value
t
Documentation
Non-nil means inlinetasks should be exported.
This option can also be set with the OPTIONS keyword, e.g. "inline:nil".
This variable was added, or its default value changed, in Org version
8.0.
Source Code
;; Defined in /usr/src/emacs/lisp/org/ox.el.gz
(defcustom org-export-with-inlinetasks t
"Non-nil means inlinetasks should be exported.
This option can also be set with the OPTIONS keyword,
e.g. \"inline:nil\"."
:group 'org-export-general
:version "24.4"
:package-version '(Org . "8.0")
:type 'boolean
:safe #'booleanp)