From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rick Moynihan Subject: Re: Checkboxes with outline cookies bug? - Not in Item Date: Thu, 27 Mar 2008 12:14:19 +0000 Message-ID: <47EB8F9B.2050802@calicojack.co.uk> References: <47EB8F25.3060101@calicojack.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Jer04-0007Wp-TX for emacs-orgmode@gnu.org; Thu, 27 Mar 2008 08:14:32 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Jer03-0007Ue-BB for emacs-orgmode@gnu.org; Thu, 27 Mar 2008 08:14:31 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jer03-0007UY-5c for emacs-orgmode@gnu.org; Thu, 27 Mar 2008 08:14:31 -0400 Received: from storm.bpweb.net ([83.223.106.8]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Jer02-0000Ol-Tc for emacs-orgmode@gnu.org; Thu, 27 Mar 2008 08:14:31 -0400 Received: from [192.168.0.108] (host-77-100-223-163.static.telewest.net [77.100.223.163]) (authenticated bits=0) by storm.bpweb.net (8.13.1/8.13.1) with ESMTP id m2RCEO73019321 for ; Thu, 27 Mar 2008 12:14:29 GMT In-Reply-To: <47EB8F25.3060101@calicojack.co.uk> 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: emacs-orgmode Rick Moynihan wrote: > Hi all, > > Just found what appears to be a bug with checkboxes when the outline > they're part of has a cookie, e.g: > > * Outline [%] > > - [ ] foo > - [ ] bar > - [ ] baz > > Marking either foo,bar or baz as done with a C-c causes a "Not in item" > error, and doesn't update the cookie. > > Interestingly, the following structure works with no error as one would > expect: > > - Main item [33%] > + [ ] foo > + [ ] bar > + [X] baz > Forgot to mention. This is in org 5.23a. I think it might also be present in 5.22a (and perhaps some earlier versions also). R.