* org-clock-idle-time
@ 2013-07-12 13:47 J. David Boyd
2013-07-12 15:03 ` org-clock-idle-time Nick Dokos
0 siblings, 1 reply; 6+ messages in thread
From: J. David Boyd @ 2013-07-12 13:47 UTC (permalink / raw)
To: emacs-orgmode
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
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: org-clock-idle-time
2013-07-12 13:47 org-clock-idle-time J. David Boyd
@ 2013-07-12 15:03 ` Nick Dokos
2013-07-12 15:39 ` org-clock-idle-time J. David Boyd
0 siblings, 1 reply; 6+ messages in thread
From: Nick Dokos @ 2013-07-12 15:03 UTC (permalink / raw)
To: emacs-orgmode
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?
>
Did you check your customize file?
C-h v custom-file RET
--
Nick
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: org-clock-idle-time
2013-07-12 15:03 ` org-clock-idle-time Nick Dokos
@ 2013-07-12 15:39 ` J. David Boyd
2013-07-12 16:01 ` org-clock-idle-time Ivan Andrus
0 siblings, 1 reply; 6+ messages in thread
From: J. David Boyd @ 2013-07-12 15:39 UTC (permalink / raw)
To: emacs-orgmode
Nick Dokos <ndokos@gmail.com> 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?
>>
>
> 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.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: org-clock-idle-time
2013-07-12 15:39 ` org-clock-idle-time J. David Boyd
@ 2013-07-12 16:01 ` Ivan Andrus
2013-07-12 16:26 ` org-clock-idle-time J. David Boyd
0 siblings, 1 reply; 6+ messages in thread
From: Ivan Andrus @ 2013-07-12 16:01 UTC (permalink / raw)
To: J. David Boyd; +Cc: emacs-orgmode
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 <david@adboyd.com> wrote:
> Nick Dokos <ndokos@gmail.com> 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?
>>>
>>
>> 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.
>
>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: org-clock-idle-time
2013-07-12 16:01 ` org-clock-idle-time Ivan Andrus
@ 2013-07-12 16:26 ` J. David Boyd
2013-07-12 16:52 ` org-clock-idle-time Nick Dokos
0 siblings, 1 reply; 6+ messages in thread
From: J. David Boyd @ 2013-07-12 16:26 UTC (permalink / raw)
To: emacs-orgmode
Ivan Andrus <darthandrus@gmail.com> 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 <david@adboyd.com> wrote:
>
>> Nick Dokos <ndokos@gmail.com> 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?
>>>>
>>>
>>> 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...
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: org-clock-idle-time
2013-07-12 16:26 ` org-clock-idle-time J. David Boyd
@ 2013-07-12 16:52 ` Nick Dokos
0 siblings, 0 replies; 6+ messages in thread
From: Nick Dokos @ 2013-07-12 16:52 UTC (permalink / raw)
To: emacs-orgmode
david@adboyd.com (J. David Boyd) writes:
> Ivan Andrus <darthandrus@gmail.com> 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 <david@adboyd.com> wrote:
>>
>>> Nick Dokos <ndokos@gmail.com> 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
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2013-07-12 16:53 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-12 13:47 org-clock-idle-time J. David Boyd
2013-07-12 15:03 ` org-clock-idle-time Nick Dokos
2013-07-12 15:39 ` org-clock-idle-time J. David Boyd
2013-07-12 16:01 ` org-clock-idle-time Ivan Andrus
2013-07-12 16:26 ` org-clock-idle-time J. David Boyd
2013-07-12 16:52 ` org-clock-idle-time Nick Dokos
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).