From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Chris Randle" Subject: RE: Changing TODO state to DONE does not stop clock in frame Date: Mon, 23 Mar 2009 12:44:02 -0000 Message-ID: References: <1FA17072-1917-414E-8AA8-2084343E97AB@uva.nl> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LljVz-0001jk-NE for emacs-orgmode@gnu.org; Mon, 23 Mar 2009 08:44:27 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LljVv-0001io-9U for emacs-orgmode@gnu.org; Mon, 23 Mar 2009 08:44:27 -0400 Received: from [199.232.76.173] (port=59466 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LljVv-0001iL-65 for emacs-orgmode@gnu.org; Mon, 23 Mar 2009 08:44:23 -0400 Received: from lon1-post-3.mail.demon.net ([195.173.77.150]:45574) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LljVt-0003hH-37 for emacs-orgmode@gnu.org; Mon, 23 Mar 2009 08:44:21 -0400 In-Reply-To: <1FA17072-1917-414E-8AA8-2084343E97AB@uva.nl> 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: 'Carsten Dominik' , emacs-orgmode@gnu.org Hi Carsten Carsten Dominik wrote: > I am no able to reproduce this. Can anyone else try, please? > On Mar 19, 2009, at 1:26 PM, Chris Randle wrote: >> Summary: Changing TODO state to DONE does not stop clock in frame Thanks for looking into this for me. I was worried that it may be something odd in my setup, but I don't think so. Full version info in my sig below. I can reproduce the problem with the following fairly simple steps: I stripped my .emacs down until it consisted of just this line: (add-to-list 'load-path "~/elisp/org-mode/lisp") I created a file called test-clock.org, which consisted of everything between - but not including - the equals signs below: ====================== * Item 1 * Item 2 ** TODO Something Now is the time * Item 3 ====================== I fired up Emacs and loaded test-clock.org using `C-x C-f' I then did `M-x org-mode' I fully expanded the contents with 'C-u C-u C-u TAB' I put my cursor on the "Item 2" line I did 'C-c C-x b' This opened the subtree in a secondary buffer in a new window. Originally my problem was with frames, but it seems that windows makes no difference. I switched to the secondary window with 'C-x o' I put my cursor on the "TODO Something" line I did 'C-c C-x C-i' I did 'C-c C-t' At this point the TODO item was marked DONE, but the item was still clocked in. If I repeated the experiment, but didn't open a secondary buffer, then the marking of the TODO as DONE clocked the item out, as expected. Hope this helps, and thanks again. -- Chris Randle Microsoft Windows XP Professional Version 2002 Service Pack 3 Emacs-version: GNU Emacs 22.1.1 (i386-mingw-nt5.1.2600) of 2007-06-02 on RELEASE Org-version: Org-mode version 6.24b