From 48b11c44209070d173abaf7e7e7678d1398d93f8 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Tue, 14 Dec 2010 02:02:34 -0500 Subject: [PATCH] Fixed an improper use of org-today --- lisp/org-agenda.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el index ffa969820..a645139ca 100644 --- a/lisp/org-agenda.el +++ b/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")))