From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: How to measure a project's %complete? Date: Tue, 18 Aug 2009 09:34:42 -0400 Message-ID: <8763clckjx.fsf@gollum.intra.norang.ca> References: <20090818020317.GA7061@owl.prv.maya.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MdOpu-0004J3-VK for emacs-orgmode@gnu.org; Tue, 18 Aug 2009 09:34:51 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MdOpq-0004Ir-Do for emacs-orgmode@gnu.org; Tue, 18 Aug 2009 09:34:49 -0400 Received: from [199.232.76.173] (port=55895 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MdOpq-0004Io-8P for emacs-orgmode@gnu.org; Tue, 18 Aug 2009 09:34:46 -0400 Received: from mho-01-ewr.mailhop.org ([204.13.248.71]:54548) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MdOpp-0001fV-Ti for emacs-orgmode@gnu.org; Tue, 18 Aug 2009 09:34:46 -0400 In-Reply-To: <20090818020317.GA7061@owl.prv.maya.com> (Christopher DeMarco's message of "Mon\, 17 Aug 2009 22\:03\:17 -0400") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Christopher DeMarco Cc: emacs-orgmode@gnu.org Christopher DeMarco writes: > Hi all... > > I like to use checkboxes with the magic cookies to track my progress > through something complex. This works nicely for a single TODO > composed of multiple little steps; is something similar possible for a > hierarchy of TODO items? I.e. (assume "DONE", "PROJECT" and "TODO" > are defined as state keywords): > > * PROJECT Overhaul personal productivity [50%] > ** DONE Clean my desk > ** TODO Learn Org > > I've tried this using plain lists, but they seem to be incompatible > with state keywords, and likewise checkboxes don't work with outline > levels. > > It's not a showstopper, but it would be nice to be able to > automagically evaluate how far along the path a particular PROJECT is, > based upon its constituents' state. > > Thanks in advance! This already works. ,----[ x.org ] | | * Test [1/2] [50%] | ** DONE Clean my desk | CLOSED: [2009-08-18 Tue 09:33] | :LOGBOOK: | - State "DONE" from "TODO" [2009-08-18 Tue 09:33] | :END: | ** TODO Learn Org `---- -Bernt