From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Re: Percent Done value not working.... Date: Tue, 23 Nov 2010 19:29:38 +0100 Message-ID: <12C92B2A-273A-45F7-8E0A-FD125BAA56ED@gmail.com> References: <87eiacx3zx.fsf@gollum.intra.norang.ca> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=46985 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PKxcg-0004ev-Q6 for emacs-orgmode@gnu.org; Tue, 23 Nov 2010 13:29:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PKxcf-0007Tt-AH for emacs-orgmode@gnu.org; Tue, 23 Nov 2010 13:29:46 -0500 Received: from mail-ew0-f41.google.com ([209.85.215.41]:54022) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PKxcf-0007TZ-5j for emacs-orgmode@gnu.org; Tue, 23 Nov 2010 13:29:45 -0500 Received: by ewy21 with SMTP id 21so5476665ewy.0 for ; Tue, 23 Nov 2010 10:29:43 -0800 (PST) In-Reply-To: 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: C64 Whiz Cc: emacs-orgmode@gnu.org On Nov 23, 2010, at 7:27 PM, C64 Whiz wrote: > C-c # didn't work. I'm still getting 66%. The only way I can get a > complete count is to (setq org-hierarchical-todo- > statistics nil) and change the keyword on heading 1.2.1. However, > in my actual file, those lower headings are dates for journal > entries. I don't want to put keywords on those. i.e. > > * Head 1 [66%] > ** DONE Head 1.1 > ** DONE Head 1.2 > *** 2010/08/25 11:28:12 (11:28:12 AM) > Some log entry and notes. Putting a keyword on this entries > heading is a waste, yet Head 1 > doesn't provide the correct DONE total. > > Any other ideas? The docstring of that variable is: "Non-nil means TODO statistics covers just direct children. When nil, all entries in the subtree are considered. This has only an effect if `org-provide-todo-statistics' is set. To set this to nil for only a single subtree, use a COOKIE_DATA property and include the word \"recursive\" into the value." Is that not clear? It means that all sublevels are flattened out, so that TODO entries on all levels are treated equally. HTH - Carsten > > > On Mon, Nov 22, 2010 at 4:44 PM, Bernt Hansen wrote: > C64 Whiz writes: > > > Hello, > > > > I have the following tree with (setq org-hierarchical-todo- > statistics nil) in my .emacs: > > > > * Head 1 [66%] > > ** DONE Head 1.1 > > ** DONE Head 1.2 > > *** TODO Head 1.2.1 > > > > Changing the keyword on heading 1.2.1 alters the 66% accordingly. > > > > When I change my .emacs to (setq org-hierarchical-todo- > statistics t), changing the heading 1.2.1 keyword does > > *not* alter the 66%. However, it STILL says 66%. > > > > If Subtrees are ignored, shouldn't the [%] be 100% ? > > > > Thanks! > > Hi, > > It probably goes up one level, sees not statistics cookie to update > and > quits looking. You can update the statistics cookie on Head 1 with > C-c # > > HTH, > Bernt > > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode