Variable: org-capture-use-agenda-date

org-capture-use-agenda-date is a customizable variable defined in org-capture.el.gz.

Value

nil

Documentation

Non-nil means use the date at point when capturing from agendas.

When nil, you can still capture using the date at point with M-x org-agenda-capture (org-agenda-capture).

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

Source Code

;; Defined in /usr/src/emacs/lisp/org/org-capture.el.gz
(defcustom org-capture-use-agenda-date nil
  "Non-nil means use the date at point when capturing from agendas.
When nil, you can still capture using the date at point with
`\\[org-agenda-capture]'."
  :group 'org-capture
  :version "24.3"
  :type 'boolean)