From bbfd7881be2b77ee00393cd78121ea8ae2dc4cdb Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Mon, 2 Apr 2012 23:05:06 +0200 Subject: [PATCH] org.el (org-todo): Fix regression: rename `state' to `org-state'. * org.el (org-todo): Fix regression: rename `state' to `org-state'. --- lisp/org.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org.el b/lisp/org.el index b1c15fb01..244bffda5 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -11380,7 +11380,7 @@ For calling through lisp, arg is also interpreted in the following way: ;; It is now done, and it was not done before (org-add-planning-info 'closed (org-current-effective-time)) (if (and (not dolog) (eq 'note org-log-done)) - (org-add-log-setup 'done state this 'findpos 'note))) + (org-add-log-setup 'done org-state this 'findpos 'note))) (when (and org-state dolog) ;; This is a non-nil state, and we need to log it (org-add-log-setup 'state org-state this 'findpos dolog))) -- 2.11.4.GIT