From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: a small inconsistency in summary cookie updation Date: Fri, 8 Jan 2010 08:33:30 +0100 Message-ID: References: Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NT9pA-0002TW-11 for emacs-orgmode@gnu.org; Fri, 08 Jan 2010 03:04:00 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NT9p4-0002Nx-Ni for emacs-orgmode@gnu.org; Fri, 08 Jan 2010 03:03:59 -0500 Received: from [199.232.76.173] (port=50809 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NT9p4-0002Nb-99 for emacs-orgmode@gnu.org; Fri, 08 Jan 2010 03:03:54 -0500 Received: from mx20.gnu.org ([199.232.41.8]:52131) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NT9p3-0005oI-6x for emacs-orgmode@gnu.org; Fri, 08 Jan 2010 03:03:53 -0500 Received: from mail-ew0-f224.google.com ([209.85.219.224]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NT9p1-0000ye-33 for emacs-orgmode@gnu.org; Fri, 08 Jan 2010 03:03:51 -0500 Received: by ewy24 with SMTP id 24so22501734ewy.26 for ; Fri, 08 Jan 2010 00:03:49 -0800 (PST) In-Reply-To: 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: Manish Cc: Org-Mode Fixed, thanks. - Carsten On Jan 7, 2010, at 7:45 PM, Manish wrote: > 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 > > > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode - Carsten