"David A. Gershman" <[email protected]> writes: > Is there a way for non-SEQ_TODO labeled sub-headings to still count in > the headline percentage?
Now there is. (setq org-provide-todo-statistics 'all-headlines) will do the job. I haven't implemented this for org-provide-checkbox-statistics because (1) the code is more complex and (2) I am under the impression that it would not be as useful... but I don't know why I'm under this impression and feedback is welcome. Thanks for this idea! -- Bastien _______________________________________________ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. [email protected] http://lists.gnu.org/mailman/listinfo/emacs-orgmode
