From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: checkbox statistics Date: Tue, 21 Apr 2009 14:26:24 +0200 Message-ID: <6B91D94A-35ED-493C-B11F-538EE0F78EFF@gmail.com> References: <87iqky8erm.fsf@gmail.com> Mime-Version: 1.0 (Apple Message framework v930.3) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LwF3h-0005AR-CB for emacs-orgmode@gnu.org; Tue, 21 Apr 2009 08:26:41 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LwF3b-00057V-9n for emacs-orgmode@gnu.org; Tue, 21 Apr 2009 08:26:40 -0400 Received: from [199.232.76.173] (port=44321 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LwF3b-00057P-3o for emacs-orgmode@gnu.org; Tue, 21 Apr 2009 08:26:35 -0400 Received: from qw-out-1920.google.com ([74.125.92.149]:48284) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LwF3a-00057t-BV for emacs-orgmode@gnu.org; Tue, 21 Apr 2009 08:26:34 -0400 Received: by qw-out-1920.google.com with SMTP id 4so1093901qwk.24 for ; Tue, 21 Apr 2009 05:26:28 -0700 (PDT) In-Reply-To: <87iqky8erm.fsf@gmail.com> 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: Richard KLINDA Cc: emacs-orgmode@gnu.org This is how it used to be a long time ago, and then we changed it, upon the request of several users. - Carsten On Apr 21, 2009, at 12:47 PM, Richard KLINDA wrote: > Hello, currently checkbox statistics only takes into account > checkboxes > on a single indent level. I would prefer checkbox statistics to show > the total number of checkboxes below them, regardless of level. > > Currently: > > ,---- > | ** TODO [0/2] job > | 1) [-] 1 > | * [X] a > | * [X] b > | * [X] c > | * [ ] d > | * [ ] e > | 2) [-] 2 > | * [X] a > | * [X] b > | * [ ] c > `---- > > What I would like is: > > ,---- > | ** TODO [5/10] job > | 1) [-] 1 > | * [X] a > | * [X] b > | * [X] c > | * [ ] d > | * [ ] e > | 2) [-] 2 > | * [X] a > | * [X] b > | * [ ] c > `---- > > Is it possible somehow? > > Thanks, > Richard > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode