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