* lisp/org.el (org-deadline):
(org-schedule): Remove spurious argument.
This commit is contained in:
Nicolas Goaziou 2015-08-20 14:02:39 +02:00
parent f9f35bc79b
commit a72c58178d
1 changed files with 2 additions and 2 deletions

View File

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