Variable: org-read-date-display-live
org-read-date-display-live is a customizable variable defined in
org.el.gz.
Value
t
Documentation
Non-nil means display current interpretation of date prompt live.
This display will be in an overlay, in the minibuffer. Note that
live display is only active when org-read-date-popup-calendar
is non-nil.
Source Code
;; Defined in /usr/src/emacs/lisp/org/org.el.gz
(defcustom org-read-date-display-live t
"Non-nil means display current interpretation of date prompt live.
This display will be in an overlay, in the minibuffer. Note that
live display is only active when `org-read-date-popup-calendar'
is non-nil."
:group 'org-time
:type 'boolean)