Explorar o código

Fixed an improper use of org-today

John Wiegley %!s(int64=14) %!d(string=hai) anos
pai
achega
48b11c4420
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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")))