Variable: org-export-with-author

org-export-with-author is a customizable variable defined in ox.el.gz.

Value

t

Documentation

Non-nil means insert author name into the exported file.

This option can also be set with the OPTIONS keyword, e.g. "author:nil".

Source Code

;; Defined in /usr/src/emacs/lisp/org/ox.el.gz
(defcustom org-export-with-author t
  "Non-nil means insert author name into the exported file.
This option can also be set with the OPTIONS keyword,
e.g. \"author:nil\"."
  :group 'org-export-general
  :type 'boolean
  :safe #'booleanp)