Prechádzať zdrojové kódy

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 rokov pred
rodič
commit
e02226bfc2
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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)