Bastien <[email protected]> writes: > I would find the nil behavior a bit confusing. I'd rather stick to > org-[todo|checkbox]-hierarchical-statistics, with `nil` meaning "none", > `t' meaning "recursive" and 'direct-children restricting the hierarchy > to direct children. "Hierarchical" includes the whole hierarchy to me.
Thanks for the suggestion. Do I understand correctly that you are proposing to change these options from boolean options into three-valued options: - nil: no hierarchical statistics; - t: collect statistics recursively from the entire subtree; - `direct-children': collect statistics from direct children only? The existing options only select the scope of statistics collection: direct children or the entire subtree. They do not enable or disable statistics, so there is currently no “none” mode. -- Slawomir Grochowski
