emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] How to collect status of all checkboxes in lower subtrees


From: Eric S Fraga
Subject: Re: [O] How to collect status of all checkboxes in lower subtrees
Date: Thu, 10 Oct 2013 17:05:45 +0100
User-agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.3.50 (gnu/linux)

Rainer Stengele <address@hidden> 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

[Prev in Thread] Current Thread [Next in Thread]