From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: org-clock-idle-time Date: Fri, 12 Jul 2013 12:52:54 -0400 Message-ID: <87mwpr3el5.fsf@gmail.com> References: <87a9lr4y89.fsf@gmail.com> <9500DFF2-714F-4C80-B3DF-95E3BDF3132E@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50966) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uxgaj-0001w2-5a for emacs-orgmode@gnu.org; Fri, 12 Jul 2013 12:53:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uxgah-0005T0-St for emacs-orgmode@gnu.org; Fri, 12 Jul 2013 12:53:09 -0400 Received: from plane.gmane.org ([80.91.229.3]:34629) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uxgah-0005Sp-NC for emacs-orgmode@gnu.org; Fri, 12 Jul 2013 12:53:07 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Uxgag-0003Yu-Nu for emacs-orgmode@gnu.org; Fri, 12 Jul 2013 18:53:06 +0200 Received: from pool-108-7-96-134.bstnma.fios.verizon.net ([108.7.96.134]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 12 Jul 2013 18:53:06 +0200 Received: from ndokos by pool-108-7-96-134.bstnma.fios.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 12 Jul 2013 18:53:06 +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 david@adboyd.com (J. David Boyd) writes: > Ivan Andrus writes: > >> Do you have a stale .elc or somewhere? Those are the bane of my existence. >> >> -Ivan >> >> On Jul 12, 2013, at 9:39 AM, J. David Boyd wrote: >> >>> Nick Dokos writes: >>> >>>> david@adboyd.com (J. David Boyd) writes: >>>> >>>>> 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. >>>>> >>>>> ... >>>>> 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? >>>>> Is it org-resolve-clocks-if-idle that gets called? If so, how about doing an edebug-defun on it? It'll stop when it next gets called and you can poke around to see what's happening. >>>> >>>> Did you check your customize file? >>>> C-h v custom-file RET >>> >>> Yes, thanks. First place I looked. It's custom.el on my system. >>> >>> > > > Great idea, but, sadly, no... > > > -- Nick