summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2012-04-26 10:59:16 +0200
committerBastien Guerry <bzg@altern.org>2012-04-26 10:59:16 +0200
commite02226bfc2fb3304ff8c019a3165b8e56f419b16 (patch)
treed31cc9de92a114bc01605e23e735a22ea68391be
parent357fd63a1411add12698f0b108ccfcf9dda42903 (diff)
downloadorg-mode-e02226bfc2fb3304ff8c019a3165b8e56f419b16.tar.gz
org.el (org-read-date): Bugfix.
* org.el (org-read-date): Bugfix: call `org-eval-in-calendar' with the 'keepdate parameter set to t when setting the cursor type. Thanks to Matt Lundin for reporting this and for the solution.
-rw-r--r--lisp/org.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org.el b/lisp/org.el
index 0c45fec..3757392 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -15126,7 +15126,7 @@ user."
(save-excursion
(save-window-excursion
(calendar)
- (org-eval-in-calendar '(setq cursor-type nil))
+ (org-eval-in-calendar '(setq cursor-type nil) t)
(unwind-protect
(progn
(calendar-forward-day (- (time-to-days org-def)