Merge branch 'maint'

This commit is contained in:
Nicolas Goaziou 2016-09-22 21:57:17 +02:00
commit fd5323ccee

View file

@ -253,7 +253,7 @@ Otherwise rely on `org-expiry-confirm-flag' to decide."
(not (interactive)))
(and org-expiry-confirm-flag
(y-or-n-p (format "Entry expired by %d days. Process? " d))))
(funcall 'org-expiry-handler-function))
(funcall org-expiry-handler-function))
(delete-overlay ov)))))
(defun org-expiry-process-entries (beg end)