From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Changing TODO state to DONE does not stop clock in frame Date: Mon, 23 Mar 2009 21:04:02 +0100 Message-ID: References: Mime-Version: 1.0 (Apple Message framework v930.3) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LlqNV-0006ka-JH for emacs-orgmode@gnu.org; Mon, 23 Mar 2009 16:04:09 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LlqNR-0006iW-FE for emacs-orgmode@gnu.org; Mon, 23 Mar 2009 16:04:09 -0400 Received: from [199.232.76.173] (port=53944 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LlqNR-0006iT-Bl for emacs-orgmode@gnu.org; Mon, 23 Mar 2009 16:04:05 -0400 Received: from mail-ew0-f160.google.com ([209.85.219.160]:60962) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LlqNQ-0007VH-NB for emacs-orgmode@gnu.org; Mon, 23 Mar 2009 16:04:05 -0400 Received: by ewy4 with SMTP id 4so2228774ewy.42 for ; Mon, 23 Mar 2009 13:04:03 -0700 (PDT) In-Reply-To: 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: Chris Randle Cc: emacs-orgmode@gnu.org, 'Carsten Dominik' Hi Chris,l thanks for the walk-through. As usually, that did it. indeed, there was a bug, which is fixed now. Thanks also to everyone who contributed with additional checking. - Carsten On Mar 23, 2009, at 1:44 PM, Chris Randle wrote: > 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 >