From mboxrd@z Thu Jan 1 00:00:00 1970 From: Charles Millar Subject: Bug: State change not entered in corresponding TODO entry Date: Tue, 12 Jan 2016 13:45:53 -0500 Message-ID: <569549E1.4060805@verizon.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41011) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aJ3xo-0006nz-QT for emacs-orgmode@gnu.org; Tue, 12 Jan 2016 13:46:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aJ3xk-00018o-Kt for emacs-orgmode@gnu.org; Tue, 12 Jan 2016 13:46:40 -0500 Received: from vms173017pub.verizon.net ([206.46.173.17]:41689) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aJ3xk-0000zD-FX for emacs-orgmode@gnu.org; Tue, 12 Jan 2016 13:46:36 -0500 Received: from [192.168.1.59] ([24.39.254.154]) by vms173017.mailsrvcs.net (Oracle Communications Messaging Server 7.0.5.32.0 64bit (built Jul 16 2014)) with ESMTPA id <0O0U00CLFS4M07A0@vms173017.mailsrvcs.net> for emacs-orgmode@gnu.org; Tue, 12 Jan 2016 12:45:59 -0600 (CST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org I group all of my TODO items in one file under one first level heading, e.g. * TODO'a ** TODO this is a test :CM: DEADLINE: <2016-01-15 Fri> :OTHERINFO: :END: Date Entered [2016-01-12 Tue 13:22] ** TODO this is another test :CM: DEADLINE: <2016-01-20 Wed> :OTHERINFO: :END: Date Entered [2016-01-12 Tue 13:36] With point on the ** TODO this is another test and I change the state for example to DONE (C-c C-t d) the state change is filed after the first ** TODO and immediately above the "this is another test" ** TODO this is a test :CM: DEADLINE: <2016-01-15 Fri> :OTHERINFO: :END: Date Entered [2016-01-12 Tue 13:22] ** TODO this is a test :CM: DEADLINE: <2016-01-15 Fri> :OTHERINFO: :END: Date Entered [2016-01-12 Tue 13:22] - State "DONE" from "TODO" [2016-01-12 Tue 13:38] ** DONE this ia another test :CM: DEADLINE: <2016-01-20 Wed> :OTHERINFO: :END: Date Entered [2016-01-12 Tue 13:36] - State "DONE" from "TODO" [2016-01-12 Tue 13:38] ** DONE this is another test :CM: DEADLINE: <2016-01-20 Wed> :OTHERINFO: :END: Date Entered [2016-01-12 Tue 13:36] I believe that that the state change should be (or it was in the past) filed within the TODO item that was changed. I tested this with a simple "* TODO something" headline and the state change is entered above the * TODO. Charlie Millar