From a8c68023455a3a83d26661dd13ce6aeaab270d56 Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Tue, 3 Apr 2012 09:45:42 +0200 Subject: [PATCH] org.el (org-use-effective-time): Fix group and type. * org.el (org-use-effective-time): Fix group and type. --- lisp/org.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/org.el b/lisp/org.el index 244bffda5..43d7cf57c 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -2816,8 +2816,8 @@ be the favorite working time of John Wiegley :-)" For example, if `org-extend-today-until' is 8, and it's 4am, then the \"effective time\" of any timestamps between midnight and 8am will be 23:59 of the previous day." - :group 'boolean - :type 'integer) + :group 'org-time + :type 'boolean) (defcustom org-edit-timestamp-down-means-later nil "Non-nil means S-down will increase the time in a time stamp. -- 2.11.4.GIT