org.el (org-provide-todo-statistics): Allow to set to a list of two lists, for TODO...
commit80fc5adb58c13297214799cc924c294b771169f9
authorBastien Guerry <bzg@altern.org>
Mon, 20 Jan 2014 15:06:19 +0000 (20 16:06 +0100)
committerBastien Guerry <bzg@altern.org>
Mon, 20 Jan 2014 15:06:19 +0000 (20 16:06 +0100)
tree548ec019f07365ae6192b0425b1aeea65c979771
parentea0d35674f2f19a5d005eb981eeda8aa21a91b46
org.el (org-provide-todo-statistics): Allow to set to a list of two lists, for TODO and DONE keywords

* org.el (org-provide-todo-statistics): Allow to set to a list
of two lists, one with TODO keywords, the other one with DONE
keywords.
(org-update-parent-todo-statistics): Correctly handle
`org-provide-todo-statistics' when it is set as a list of two
lists, for TODO and DONE keywords.

Thanks to Fletcher Charest for reporting this and requesting
this feature.
lisp/org.el