From mboxrd@z Thu Jan 1 00:00:00 1970 From: Suvayu Ali Subject: Re: [ ] Checkboxes or count of completed TODOs in subtree? Date: Thu, 24 Sep 2015 11:29:25 +0200 Message-ID: <20150924092925.GL6415@chitra.no-ip.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43444) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zf2qJ-0007Hz-KA for emacs-orgmode@gnu.org; Thu, 24 Sep 2015 05:29:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zf2qG-0004xQ-BJ for emacs-orgmode@gnu.org; Thu, 24 Sep 2015 05:29:31 -0400 Received: from mail-wi0-x22d.google.com ([2a00:1450:400c:c05::22d]:36864) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zf2qF-0004wq-Vq for emacs-orgmode@gnu.org; Thu, 24 Sep 2015 05:29:28 -0400 Received: by wicfx3 with SMTP id fx3so104139577wic.0 for ; Thu, 24 Sep 2015 02:29:27 -0700 (PDT) Received: from chitra.no-ip.org (5072840E.static.ziggozakelijk.nl. [80.114.132.14]) by smtp.gmail.com with ESMTPSA id ht5sm12753119wib.10.2015.09.24.02.29.26 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 24 Sep 2015 02:29:26 -0700 (PDT) Content-Disposition: inline In-Reply-To: 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 On Thu, Sep 24, 2015 at 10:41:19AM +0200, Rainer M Krug wrote: > > I would like to be able to use something like checkboxes in a tree of > headers. > > I understand that checkboxes only work in simple lists, i.e. not on > headers and trees of headers. > > But I would like to see in my document (an ongoing analysis, of which > certain parts in each subtree are completed and others still need to > be done) which subtree contains how many TODO subheaders, effectively as > I can do with simple lists and checkboxes. > > But as this is the basis for a paper, I want to keep the headers and not > use simple lists. > > Is this possible? Is there a way to see how many active TODOs are still > under each header? You can use statistics cookies for TODO states on the parent headline. * Parent [1/3] ** TODO Section 1 ** WInP Section 2 ** DONE Section 3 Hope this helps, -- Suvayu Open source is the future. It sets us free.