From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Chris Randle" Subject: Changing TODO state to DONE does not stop clock in frame Date: Thu, 19 Mar 2009 12:26:31 -0000 Message-ID: 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 1LkHKm-0005kU-9E for emacs-orgmode@gnu.org; Thu, 19 Mar 2009 08:26:52 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LkHKh-0005jO-AU for emacs-orgmode@gnu.org; Thu, 19 Mar 2009 08:26:51 -0400 Received: from [199.232.76.173] (port=46959 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LkHKh-0005jJ-7P for emacs-orgmode@gnu.org; Thu, 19 Mar 2009 08:26:47 -0400 Received: from mx20.gnu.org ([199.232.41.8]:56585) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LkHKg-0000ZO-Ti for emacs-orgmode@gnu.org; Thu, 19 Mar 2009 08:26:47 -0400 Received: from lon1-post-2.mail.demon.net ([195.173.77.149]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LkHKa-0004gH-CA for emacs-orgmode@gnu.org; Thu, 19 Mar 2009 08:26:40 -0400 Received: from amlog.demon.co.uk ([80.177.106.135] helo=CUBE) by lon1-post-2.mail.demon.net with esmtp (Exim 4.69) id 1LkHKT-0006xr-bY for emacs-orgmode@gnu.org; Thu, 19 Mar 2009 12:26:33 +0000 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 Hi Carsten, Summary: Changing TODO state to DONE does not stop clock in frame I have one giant Org-mode file for everything. I frequently use `C-c C-x b' to take the current node and show it in a new frame with narrow subtree so that I can concentrate on just that region of my file. Rather like hoist in GrandView, if anyone remembers that. My Org Manual (6.24b) says "The indirect buffer...will contain the entire buffer, but will be narrowed to the current tree. Editing the indirect buffer will also change the original buffer, but without affecting visibility in that buffer. I've noticed that, when working in the new frame, changing the TODO state of any item within the frame to DONE (when it is the currently clocked in item) does not stop the clock. Going back to my main frame and doing the same thing there on the same item does stop the clock. I haven't altered `org-clock-out-when-done', and Emacs reports its value as t. Is this something that's easily fixed/modified? -- Chris Randle Windows XP Pro SP3 - GNU Emacs 22.1.1 - Org-mode 6.24b