From mboxrd@z Thu Jan 1 00:00:00 1970 From: Manish Subject: a small inconsistency in summary cookie updation Date: Fri, 8 Jan 2010 00:15:12 +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 1NSxMa-0000H2-4w for emacs-orgmode@gnu.org; Thu, 07 Jan 2010 13:45:40 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NSxMV-0008Uy-95 for emacs-orgmode@gnu.org; Thu, 07 Jan 2010 13:45:39 -0500 Received: from [199.232.76.173] (port=40472 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NSxMV-0008Ul-5t for emacs-orgmode@gnu.org; Thu, 07 Jan 2010 13:45:35 -0500 Received: from mail-iw0-f188.google.com ([209.85.223.188]:48610) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NSxMU-0003Df-Qf for emacs-orgmode@gnu.org; Thu, 07 Jan 2010 13:45:34 -0500 Received: by iwn26 with SMTP id 26so11970462iwn.14 for ; Thu, 07 Jan 2010 10:45:33 -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 I noticed a small inconsistency. If you start with following sample org file and press C-c C-c in the first cookie, it doesn't get updated correctly whereas the second one does. The only difference is that one has children TODO tasks and the other has a list of checkboxes. Starting file: --8<---------------cut here---------------start------------->8--- * Item 1 [/] 1. [X] line 1 2. [ ] line 2 * Item 2 [/] *** TODO Sub-item 2.1 *** DONE Sub-item 2.2 --8<---------------cut here---------------end--------------->8--- Status after C-c C-c in the summary cookie. --8<---------------cut here---------------start------------->8--- * Item 1 [0/0] 1. [X] line 1 2. [ ] line 2 * Item 2 [1/2] *** TODO Sub-item 2.1 *** DONE Sub-item 2.2 --8<---------------cut here---------------end--------------->8--- Thanks -- Manish