Pārlūkot izejas kodu

Fixed an improper use of org-today

John Wiegley 14 gadi atpakaļ
vecāks
revīzija
48b11c4420
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      lisp/org-agenda.el

+ 1 - 1
lisp/org-agenda.el

@@ -7909,7 +7909,7 @@ The prefix arg is passed through to the command if possible."
 			 (incf day-of-week)
 			 (if (= day-of-week 7)
 			     (setq day-of-week 0)))))
-		 (org-agenda-schedule nil (days-to-time (org-today)))
+		 (org-agenda-schedule nil (current-time))
 		 (org-agenda-date-later distance)))))
 
      (t (error "Invalid bulk action")))