From: Carsten Dominik Date: Fri, 17 Mar 2006 13:05:30 +0000 (+0000) Subject: (org-popup-calendar-for-date-prompt): Fix customization type. X-Git-Tag: emacs-pretest-22.0.90~3555 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=15f43010ab4bd0fde865ac58857c800ac1c2df7d;p=emacs.git (org-popup-calendar-for-date-prompt): Fix customization type. --- diff --git a/lisp/textmodes/org.el b/lisp/textmodes/org.el index c16686a169b..a00a1b247e8 100644 --- a/lisp/textmodes/org.el +++ b/lisp/textmodes/org.el @@ -448,7 +448,7 @@ 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 'number) + :type 'boolean) (defcustom org-calendar-follow-timestamp-change t "Non-nil means, make the calendar window follow timestamp changes.