Browse Source

Fix f4d7646

* lisp/org.el (org-deadline):
(org-schedule): Remove spurious argument.
Nicolas Goaziou 9 years ago
parent
commit
a72c58178d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      lisp/org.el

+ 2 - 2
lisp/org.el

@@ -13346,7 +13346,7 @@ can either be an Org date like \"2011-07-24\" or a delta like \"+2d\"."
 		   org-log-redeadline
 		   (not (equal old-date org-last-inserted-timestamp)))
 	  (org-add-log-setup
-	   'redeadline org-last-inserted-timestamp nil old-date 'findpos
+	   'redeadline org-last-inserted-timestamp old-date 'findpos
 	   org-log-redeadline))
 	(when repeater
 	  (save-excursion
@@ -13418,7 +13418,7 @@ either be an Org date like \"2011-07-24\" or a delta like \"+2d\"."
 		   org-log-reschedule
 		   (not (equal old-date org-last-inserted-timestamp)))
 	  (org-add-log-setup
-	   'reschedule org-last-inserted-timestamp nil old-date 'findpos
+	   'reschedule org-last-inserted-timestamp old-date 'findpos
 	   org-log-reschedule))
 	(when repeater
 	  (save-excursion