Variable: org-read-date-popup-calendar

org-read-date-popup-calendar is a customizable variable defined in org.el.gz.

Value

t

Documentation

Non-nil means pop up a calendar when prompting for a date.

In the calendar, the date can be selected with mouse-1. However, the minibuffer will also be active, and you can simply enter the date as well. When nil, only the minibuffer will be available.

Aliases

org-popup-calendar-for-date-prompt

Source Code

;; Defined in /usr/src/emacs/lisp/org/org.el.gz
(defcustom org-read-date-popup-calendar t
  "Non-nil means pop up a calendar when prompting for a date.
In the calendar, the date can be selected with mouse-1.  However, the
minibuffer will also be active, and you can simply enter the date as well.
When nil, only the minibuffer will be available."
  :group 'org-time
  :type 'boolean)