Variable: org-export-with-email

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

Value

nil

Documentation

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

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

Source Code

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