Merge branch 'hotfix-7.8.06'
This commit is contained in:
commit
c9948bc906
|
@ -129,7 +129,7 @@ of checkbox items"
|
|||
(a2ps-buffer)))))))))
|
||||
|
||||
(defun org-checklist ()
|
||||
(when (member state org-done-keywords)
|
||||
(when (member org-state org-done-keywords) ;; org-state dynamically bound in org.el/org-todo
|
||||
(org-make-checklist-export)
|
||||
(org-reset-checkbox-state-maybe)))
|
||||
|
||||
|
|
Loading…
Reference in New Issue