From mboxrd@z Thu Jan 1 00:00:00 1970 From: david@adboyd.com (J. David Boyd) Subject: org-clock-idle-time Date: Fri, 12 Jul 2013 09:47:09 -0400 Message-ID: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47250) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uxdgv-0001XM-7W for emacs-orgmode@gnu.org; Fri, 12 Jul 2013 09:47:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uxdgu-0008HT-4e for emacs-orgmode@gnu.org; Fri, 12 Jul 2013 09:47:21 -0400 Received: from plane.gmane.org ([80.91.229.3]:43556) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uxdgt-0008HH-VC for emacs-orgmode@gnu.org; Fri, 12 Jul 2013 09:47:20 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Uxdgs-0004Es-Vv for emacs-orgmode@gnu.org; Fri, 12 Jul 2013 15:47:19 +0200 Received: from 169.15.137.27 ([169.15.137.27]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 12 Jul 2013 15:47:18 +0200 Received: from david by 169.15.137.27 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 12 Jul 2013 15:47:18 +0200 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 A while back I set this to 5 minutes, and tried it for a while, and decided I didn't like it, and set it back to never. It turns out that many times I clock into a task in Emacs, but a lot of the work I am doing is not in emacs, so the idle timer was annoying me. Turned it off, if I look at it with customize-apropos org-clock-idle-time, it says it is set to never. I've grepped all my .el and .org files, and can find no references to that variable anywhere. However, it still fires off after 5 minutes. I come back to my emacs window to clock out of the current task and into another one, and I get prompted to decide what to do with my idle time. Any ideas where this setting is hiding? Thanks, Dave