From mboxrd@z Thu Jan 1 00:00:00 1970 From: Manish Subject: incorrect checkbox statistics Date: Fri, 8 Jan 2010 17:59:33 +0530 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NTDyb-0007By-1X for emacs-orgmode@gnu.org; Fri, 08 Jan 2010 07:30:01 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NTDyV-000753-HN for emacs-orgmode@gnu.org; Fri, 08 Jan 2010 07:29:59 -0500 Received: from [199.232.76.173] (port=58988 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NTDyV-00074u-Cp for emacs-orgmode@gnu.org; Fri, 08 Jan 2010 07:29:55 -0500 Received: from mail-iw0-f188.google.com ([209.85.223.188]:60446) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NTDyU-0002zi-12 for emacs-orgmode@gnu.org; Fri, 08 Jan 2010 07:29:55 -0500 Received: by iwn26 with SMTP id 26so12441686iwn.14 for ; Fri, 08 Jan 2010 04:29:53 -0800 (PST) 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: Org-Mode Hello Carsten, The inconsistency between TODO and list statistics works now. Thanks! Statistics cookie updates still have some quirks. In "Heading 1", the cookie shows whatever is the value in the cookie for "item 1" irrespective of the number of items in the list or the cookie position (even COOKIE_DATA recursive is ignored, e.g. Heading 3) "Heading 4" works perfectly only if the leading cookie for first item does not use [/] or [%]. Hope these various combination are of some help. --8<---------------cut here---------------start------------->8--- * Heading 1 [1/4] 1. [1/4] item 1 1. [X] item 1.1 2. [ ] item 1.2 3. [ ] item 1.3 4. [ ] item 1.4 2. [0/2] item 2 1. [ ] item 2.1 2. [ ] item 2.2 3. [0/2] item 3 1. [ ] item 3.1 2. [ ] item 3.2 * Heading 2 [0/4] 1. item 1 [0/4] 1. [ ] item 1.1 2. [ ] item 1.2 3. [ ] item 1.3 4. [ ] item 1.4 2. [0/2] item 2 1. [ ] item 2.1 2. [ ] item 2.2 3. [0/2] item 3 1. [ ] item 3.1 2. [ ] item 3.2 * Heading 3 [3/4] :PROPERTIES: :COOKIE_DATA: recursive :END: 1. [3/4] item 1 1. [ ] item 1.1 2. [X] item 1.2 3. [X] item 1.3 4. [X] item 1.4 2. [0/2] item 2 1. [ ] item 2.1 2. [ ] item 2.2 3. [0/2] item 3 1. [ ] item 3.1 2. [ ] item 3.2 * Heading 4 [2/9] :PROPERTIES: :COOKIE_DATA: recursive :END: 1. [-] item 1 [2/4] 1. [X] item 1.1 2. [X] item 1.2 3. [-] item 1.3 4. [ ] item 1.4 2. [0/2] item 2 1. [ ] item 2.1 2. [ ] item 2.2 3. [0/2] item 3 1. [ ] item 3.1 2. [ ] item 3.2 --8<---------------cut here---------------end--------------->8--- Regards -- Manish