From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: SEQ_TODO and Headline percentages Date: Mon, 27 Jul 2009 00:56:07 +0800 Message-ID: <87y6qbbcyg.fsf@bzg.ath.cx> References: <20090725015444.153C032001C@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 1MV71J-00071U-Eo for emacs-orgmode@gnu.org; Sun, 26 Jul 2009 12:56:21 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MV71E-0006tM-SQ for emacs-orgmode@gnu.org; Sun, 26 Jul 2009 12:56:20 -0400 Received: from [199.232.76.173] (port=36363 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MV71E-0006tA-Lc for emacs-orgmode@gnu.org; Sun, 26 Jul 2009 12:56:16 -0400 Received: from rv-out-0708.google.com ([209.85.198.243]:15023) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MV71E-0002fu-3G for emacs-orgmode@gnu.org; Sun, 26 Jul 2009 12:56:16 -0400 Received: by rv-out-0708.google.com with SMTP id f25so1111094rvb.6 for ; Sun, 26 Jul 2009 09:56:15 -0700 (PDT) In-Reply-To: <20090725015444.153C032001C@mail.dagertech.net> (David A. Gershman's message of "Fri, 24 Jul 2009 18:54:44 -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: > Is there a way for non-SEQ_TODO labeled sub-headings to still count in > the headline percentage? Now there is. (setq org-provide-todo-statistics 'all-headlines) will do the job. I haven't implemented this for org-provide-checkbox-statistics because (1) the code is more complex and (2) I am under the impression that it would not be as useful... but I don't know why I'm under this impression and feedback is welcome. Thanks for this idea! -- Bastien