Browse Source

Fixed an improper use of org-today

John Wiegley 14 years ago
parent
commit
48b11c4420
1 changed files with 1 additions and 1 deletions
  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")))