From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keith Swartz Subject: Question about tracking TODO state changes and M-S-ENTER Date: Fri, 22 May 2009 16:15:43 -0700 Message-ID: <4A17321F.7040806@oneroad.com> Reply-To: Keith Swartz 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 1M7dyH-000806-8B for emacs-orgmode@gnu.org; Fri, 22 May 2009 19:16:13 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M7dyB-0007yx-Hb for emacs-orgmode@gnu.org; Fri, 22 May 2009 19:16:11 -0400 Received: from [199.232.76.173] (port=48581 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M7dyB-0007yu-CW for emacs-orgmode@gnu.org; Fri, 22 May 2009 19:16:07 -0400 Received: from smtpauth01.csee.onr.siteprotect.com ([64.26.60.145]:59973) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M7dyB-0003KQ-1a for emacs-orgmode@gnu.org; Fri, 22 May 2009 19:16:07 -0400 Received: from [192.168.1.146] (unknown [98.203.142.243]) (Authenticated sender: kswartz2@oneroad.com) by smtpauth01.csee.onr.siteprotect.com (Postfix) with ESMTP id 446E71C8050 for ; Fri, 22 May 2009 18:16:05 -0500 (CDT) 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@gnu.org I'm using org-mode 6.25e right now, and I've turned on the functionality to track todo state changes. If I create a list item (M-ENTER) and then change it to a TODO (C-c C-t), it correctly puts the state change in the :LOGBOOK: drawer as I've configured it. However, if I use M-S-ENTER to combine the above two steps into one (create a "TODO" item), it does NOT create an entry in the LOGBOOK for State "TODO" from "" at all. Is that a bug? Thanks, Keith