فهرست منبع

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.
Bastien Guerry 13 سال پیش
والد
کامیت
e02226bfc2
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      lisp/org.el

+ 1 - 1
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)