소스 검색

Fixed an improper use of org-today

John Wiegley 14 년 전
부모
커밋
48b11c4420
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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")))