Variable: org-datetree-add-timestamp

org-datetree-add-timestamp is a customizable variable defined in org-datetree.el.gz.

Value

nil

Documentation

When non-nil, add a time stamp matching date of entry.

Added time stamp is active unless value is inactive.

This variable was added, or its default value changed, in Emacs 24.3.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org-datetree.el.gz
(defcustom org-datetree-add-timestamp nil
  "When non-nil, add a time stamp matching date of entry.
Added time stamp is active unless value is `inactive'."
  :group 'org-capture
  :version "24.3"
  :type '(choice
	  (const :tag "Do not add a time stamp" nil)
	  (const :tag "Add an inactive time stamp" inactive)
	  (const :tag "Add an active time stamp" active)))