How do I get org-mode DONE statistics to filter up through non-todo headings and update the statistics cookie?
I have an org-mode file that looks like this:
* <2013-03-06 Wed> [0%]
** work
*** training
**** TODO email Anne
**** DONE call Raymond
*** reports
**** DONE collect research
**** DONE compile data
*** white papers
**** TODO collect client files
*** sales
**** DONE email Wendy
** housekeeping
*** DONE go to post office!
The parent headings are not TODO tasks; they're conceptual categories.
I want org-mode to calculate the % done statistics as I mark tasks DONE.
I tried setting org-hierarchical-todo-statistics to t but that didn't help.