Variable: org-export-with-todo-keywords
org-export-with-todo-keywords is a customizable variable defined in
ox.el.gz.
Value
t
Documentation
Non-nil means include TODO keywords in export.
When nil, remove all these keywords from the export. This option can also be set with the OPTIONS keyword, e.g. "todo:nil".
Source Code
;; Defined in /usr/src/emacs/lisp/org/ox.el.gz
(defcustom org-export-with-todo-keywords t
"Non-nil means include TODO keywords in export.
When nil, remove all these keywords from the export. This option
can also be set with the OPTIONS keyword, e.g. \"todo:nil\"."
:group 'org-export-general
:type 'boolean)