From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rainer Stengele Subject: Re: How to collect status of all checkboxes in lower subtrees Date: Sat, 12 Oct 2013 16:21:38 +0200 Message-ID: <52595AF2.8060403@online.de> References: <87vc153ycm.fsf@ucl.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54852) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VV04Q-0008H7-6O for emacs-orgmode@gnu.org; Sat, 12 Oct 2013 10:21:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VV04J-0001oz-SM for emacs-orgmode@gnu.org; Sat, 12 Oct 2013 10:21:30 -0400 Received: from moutng.kundenserver.de ([212.227.126.171]:64192) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VV04J-0001oi-HZ for emacs-orgmode@gnu.org; Sat, 12 Oct 2013 10:21:23 -0400 In-Reply-To: <87vc153ycm.fsf@ucl.ac.uk> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Am 10.10.2013 18:05, schrieb Eric S Fraga: > Rainer Stengele 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 > Thank you Eric, until now TODOs for me always seemed to be a bit heavyweight because of the headline needed. I wonder how people are working. Do you use checkboxes a lot or prefer TODOs even for simple subtasks? I find it disturbing to have to open a new headline just for a simple task. This forces me to continue with TODOs (= headlines) else all subitems will belong to the preceding headline. Any best practice or comment? Thanks, Rainer