In org-mode, is there a way to show the number of undone todo items in a subtree when collapsed?

Posted by Gerry Lufwansa on Super User See other posts from Super User or by Gerry Lufwansa
Published on 2014-06-11T01:52:22Z Indexed on 2014/06/11 3:30 UTC
Read the original article Hit count: 470

Filed under:
|

For example, suppose I have this document:

* category 1
** TODO item 1.1
** not a todo item
** DONE a done todo item
** TODO item 1.4
* category 2
** not a todo item
** not a todo item
* category 3
** DONE done item
* category 4
** TODO item 4.1
*** TODO subitem 4.1.1
*** TODO subitem 4.1.2

When collapsed, I'd like to see something like:

* category 1 (2)...
* category 2 (0)...
* category 3 (2)...
* category 4 (3)...

© Super User or respective owner

Related posts about emacs

Related posts about org-mode