From mboxrd@z Thu Jan 1 00:00:00 1970 From: gregory@dynapse.com (Gregory J. Grubbs) Subject: Re: Patch for resolving "away time" when clocked in Date: Fri, 16 Oct 2009 09:59:52 -0600 Message-ID: <877huvmirr.fsf@dynapse.com> References: <27E1810B-0447-46B3-9AF4-BA14ACECA00A@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MypEB-0001fm-FU for emacs-orgmode@gnu.org; Fri, 16 Oct 2009 12:00:27 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MypE6-0001b4-7s for emacs-orgmode@gnu.org; Fri, 16 Oct 2009 12:00:26 -0400 Received: from [199.232.76.173] (port=36995 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MypE6-0001ax-15 for emacs-orgmode@gnu.org; Fri, 16 Oct 2009 12:00:22 -0400 Received: from lo.gmane.org ([80.91.229.12]:55275) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MypE5-0005x0-FU for emacs-orgmode@gnu.org; Fri, 16 Oct 2009 12:00:21 -0400 Received: from list by lo.gmane.org with local (Exim 4.50) id 1MypE1-00032t-7b for emacs-orgmode@gnu.org; Fri, 16 Oct 2009 18:00:17 +0200 Received: from 72.42.83.192 ([72.42.83.192]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 16 Oct 2009 18:00:17 +0200 Received: from gregory by 72.42.83.192 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 16 Oct 2009 18:00:17 +0200 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 John Wiegley writes: > Looking for anyone who uses Org's time clocking facilities and is > willing to test this with me. I've been using it for a couple of days > now. The functionality is based on the way the commercial app > OfficeTime handles idleness. Wow. Your patch helped me clean up a multitude of dangling clocks. Thank you! One suggestion: I think when your code stops on a clock and prompts to keep/subtract/cancel, it should expand the drawer (for those of us who use drawers). -Greg (I know, there's probably already a variable like org-expand-drawers-when-running-a-patched-version)