From 15f43010ab4bd0fde865ac58857c800ac1c2df7d Mon Sep 17 00:00:00 2001 From: Carsten Dominik Date: Fri, 17 Mar 2006 13:05:30 +0000 Subject: [PATCH] (org-popup-calendar-for-date-prompt): Fix customization type. --- lisp/textmodes/org.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.2