0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-08-22 08:48:30 +00:00

Fix previous merge: add :version back to `org-use-effective-time'.

This commit is contained in:
Bastien Guerry 2012-04-03 09:47:23 +02:00
parent 2da8a36229
commit 6c70ecffa7

View file

@ -2842,6 +2842,7 @@ 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 'org-time
:version "24.1"
:type 'boolean)
(defcustom org-edit-timestamp-down-means-later nil