From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: SEQ_TODO and Headline percentages Date: Tue, 28 Jul 2009 04:37:33 +0800 Message-ID: <87fxchagqg.fsf@bzg.ath.cx> References: <20090727155508.B0C0432001C@mail.dagertech.net> 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 1MVYvu-0006YU-Bo for emacs-orgmode@gnu.org; Mon, 27 Jul 2009 18:44:38 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MVYvp-0006SC-2e for emacs-orgmode@gnu.org; Mon, 27 Jul 2009 18:44:37 -0400 Received: from [199.232.76.173] (port=56391 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MVYvo-0006Rz-NJ for emacs-orgmode@gnu.org; Mon, 27 Jul 2009 18:44:32 -0400 Received: from mail-pz0-f202.google.com ([209.85.222.202]:48600) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MVYvo-0001Ru-BK for emacs-orgmode@gnu.org; Mon, 27 Jul 2009 18:44:32 -0400 Received: by pzk40 with SMTP id 40so2255348pzk.14 for ; Mon, 27 Jul 2009 15:44:31 -0700 (PDT) In-Reply-To: <20090727155508.B0C0432001C@mail.dagertech.net> (David A. Gershman's message of "Mon, 27 Jul 2009 08:55:08 -0700 (PDT)") 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: "David A. Gershman" Cc: Org-Mode List "David A. Gershman" writes: > After a good night's rest, I came to the realization this solution > doesn't help my issue. I was asking if there was a way for > > * Heading 1 [%] > * Sub 1 > * TODO Sub 2 > * DONE Sub 3 > > To have a statistic of 33% done instead of now it would say 50%. The > sub heading with *no* TODO kw is not even counted. (setq org-provide-todo-statistics 'all-headlines) should do the trick. > With the new solution, can a TODO kw be, say, "NIL" to count non-kw > lines? No need for that. HTH, -- Bastien