Hello, currently checkbox statistics only takes into account checkboxes
on a single indent level.  I would prefer checkbox statistics to show
the total number of checkboxes below them, regardless of level.

Currently:

,----
| ** TODO [0/2] job
|    1) [-] 1
|       * [X] a
|       * [X] b
|       * [X] c
|       * [ ] d
|       * [ ] e
|    2) [-] 2
|       * [X] a
|       * [X] b
|       * [ ] c
`----

What I would like is:

,----
| ** TODO [5/10] job
|    1) [-] 1
|       * [X] a
|       * [X] b
|       * [X] c
|       * [ ] d
|       * [ ] e
|    2) [-] 2
|       * [X] a
|       * [X] b
|       * [ ] c
`----

Is it possible somehow?

Thanks, 
Richard


_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to