summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2010-12-14 02:02:34 -0500
committerJohn Wiegley <johnw@newartisans.com>2010-12-14 02:02:41 -0500
commit48b11c44209070d173abaf7e7e7678d1398d93f8 (patch)
tree7e716615bf71225135450407aa03b7e1ed292565
parent14350cac3431c4c6fd39b9daca279756c67e549e (diff)
downloadorg-mode-48b11c44209070d173abaf7e7e7678d1398d93f8.tar.gz
Fixed an improper use of org-today
-rw-r--r--lisp/org-agenda.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el
index ffa9698..a645139 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")))