Rainer Stengele <rainer.steng...@online.de> writes:

> Hi!
>
> I have a headline with several sub headlines and sub items in lists.
> Scattered all over I have checkboxes.
> I would very much like to collect and see the overall status of unchecked 
> checkboxes.

Not sure you can do what you want.  However, if you change the checkbox
lists to headlines with TODOs, what you want is possible:

#+begin_src org
  ,* project [2/6]
  ,** [1/3] subproject 1
  ,*** TODO todo 1
  ,*** DONE todo 2
  ,*** TODO todo 3
  ,** [1/3] sub subproject 1
  ,*** TODO todo 1
  ,*** TODO todo 2
  ,*** DONE todo 3
#+end_src
-- 
: Eric S Fraga (0xFFFCF67D), Emacs 24.3.50.1, Org release_8.2.1-76-g5afd5d


Reply via email to