Fixed an improper use of org-today

This commit is contained in:
John Wiegley 2010-12-14 02:02:34 -05:00
parent 14350cac34
commit 48b11c4420
1 changed files with 1 additions and 1 deletions

View File

@ -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")))