From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: Re: How to collect status of all checkboxes in lower subtrees Date: Thu, 10 Oct 2013 17:05:45 +0100 Message-ID: <87vc153ycm.fsf@ucl.ac.uk> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36995) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VUJvV-0008Qz-IP for emacs-orgmode@gnu.org; Thu, 10 Oct 2013 13:21:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VUJvO-0004Dv-6v for emacs-orgmode@gnu.org; Thu, 10 Oct 2013 13:21:29 -0400 Received: from mail14-co9on0066.outbound.messaging.microsoft.com ([157.56.211.66]:52420 helo=CO9EHSNDR003.bigfish.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VUJvN-0004CP-Ud for emacs-orgmode@gnu.org; Thu, 10 Oct 2013 13:21:22 -0400 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: Rainer Stengele Cc: emacs-orgmode@gnu.org 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 -- : Eric S Fraga (0xFFFCF67D), Emacs 24.3.50.1, Org release_8.2.1-76-g5afd5d