In org-mode, is there a way to show the number of undone todo items in a subtree when collapsed?
- by Gerry Lufwansa
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:
*…