From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Lundin Subject: org-toggle-checkbox does not work on entry with logbook entries Date: Wed, 23 Mar 2011 08:14:28 -0400 Message-ID: <87oc52590b.fsf@fastmail.fm> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=57303 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q2MxN-0003B5-LL for emacs-orgmode@gnu.org; Wed, 23 Mar 2011 08:14:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q2MxL-0004q0-Ke for emacs-orgmode@gnu.org; Wed, 23 Mar 2011 08:14:32 -0400 Received: from out3.smtp.messagingengine.com ([66.111.4.27]:50870) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q2MxL-0004pq-I4 for emacs-orgmode@gnu.org; Wed, 23 Mar 2011 08:14:31 -0400 Received: from compute3.internal (compute3.nyi.mail.srv.osa [10.202.2.43]) by gateway1.messagingengine.com (Postfix) with ESMTP id A63EF20975 for ; Wed, 23 Mar 2011 08:14:29 -0400 (EDT) Received: from archdesk (67-197-63-212.rh2.dyn.cm.comporium.net [67.197.63.212]) by mail.messagingengine.com (Postfix) with ESMTPSA id 6AE13404EEB for ; Wed, 23 Mar 2011 08:14:29 -0400 (EDT) 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 When I call org-toggle-checkbox on the following headline: --8<---------------cut here---------------start------------->8--- * 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 --8<---------------cut here---------------end--------------->8--- All the items are checked correctly. --8<---------------cut here---------------start------------->8--- - [X] Item one - [X] Item two - [X] Item three --8<---------------cut here---------------end--------------->8--- 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. Best, Matt