From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Subject: Re: org-toggle-checkbox does not work on entry with logbook entries Date: Wed, 23 Mar 2011 17:39:36 +0100 Message-ID: <877hbpn647.fsf@gmail.com> References: <87oc52590b.fsf@fastmail.fm> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=54968 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q2R5z-0000L1-Fw for emacs-orgmode@gnu.org; Wed, 23 Mar 2011 12:39:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q2R5y-0005jK-Bi for emacs-orgmode@gnu.org; Wed, 23 Mar 2011 12:39:43 -0400 Received: from mail-fx0-f41.google.com ([209.85.161.41]:34737) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q2R5y-0005in-0s for emacs-orgmode@gnu.org; Wed, 23 Mar 2011 12:39:42 -0400 Received: by fxm18 with SMTP id 18so8796184fxm.0 for ; Wed, 23 Mar 2011 09:39:40 -0700 (PDT) In-Reply-To: <87oc52590b.fsf@fastmail.fm> (Matt Lundin's message of "Wed, 23 Mar 2011 08:14:28 -0400") 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: Matt Lundin Cc: Org Mode Hello, Matt Lundin writes: > When I call org-toggle-checkbox on the following headline: > > * An entry with logbook entries > SCHEDULED: <2011-03-19 Sat 08:00 .+1d> > :LOGBOOK: > CLOCK: [2011-03-23 Wed 08:07] > - State "DONE" from "NOW" [2011-03-18 Fri 13:44] > CLOCK: [2011-03-18 Fri 13:11]--[2011-03-18 Fri 13:44] => 0:33 > - State "DONE" from "NOW" [2011-03-01 Tue 08:51] > :END: > > - [ ] Item one > - [ ] Item two > - [ ] Item three > > All the items are checked correctly. > > - [X] Item one - [X] Item two - [X] Item three > > But when I call org-toggle-checkbox on the entry again, the items are > not unchecked. > > If I remove the LOGBOOK drawer, everything works as expected. This should be now fixed on master. Thank you for reporting this. Regards, -- Nicolas