Variable: org-export-with-date

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

Value

t

Documentation

Non-nil means insert date in the exported document.

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

Source Code

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