From mboxrd@z Thu Jan 1 00:00:00 1970 From: Charles Millar Subject: Bug: State change not entered in corresponding TODO entry (resent with version info) Date: Tue, 12 Jan 2016 14:11:55 -0500 Message-ID: <56954FFB.5040009@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]:48582) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aJ4Mn-0002T3-Gs for emacs-orgmode@gnu.org; Tue, 12 Jan 2016 14:12:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aJ4Mk-0008TR-Az for emacs-orgmode@gnu.org; Tue, 12 Jan 2016 14:12:29 -0500 Received: from vms173017pub.verizon.net ([206.46.173.17]:32789) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aJ4Mk-0008TN-65 for emacs-orgmode@gnu.org; Tue, 12 Jan 2016 14:12:26 -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 <0O0U000DWTC0CA60@vms173017.mailsrvcs.net> for emacs-orgmode@gnu.org; Tue, 12 Jan 2016 13:12:01 -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. GNU Emacs 24.4.1 (x86_64-pc-linux-gnu, GTK+ Version 3.14.5) of 2015-03-07 on trouble, modified by Debian Org-mode version 8.3.3 (release_8.3.3-435-gb78a9b @ /usr/local/share/emacs/site-lisp/org-mode/lisp/) Charlie Millar