Re: [O] A bit of work around org-clock-idle-time

2012-07-28 Thread Bastien
Nicolas Calderon writes: > Sorry, I forgot to reply to all when Nicolas D. answered the first > email and took it off the list. Here is what you missed regarding > org-clock.el: Thanks for resending. > Optimally, that check would be done once at startup or the first time > idle time is checked

Re: [O] A bit of work around org-clock-idle-time

2012-07-28 Thread Nicolas Calderon
Sorry, I forgot to reply to all when Nicolas D. answered the first email and took it off the list. Here is what you missed regarding org-clock.el: On Thu, Jul 19, 2012 at 2:33 PM, Nick Dokos wrote: > Nicolas Calderon wrote: > >> >> As for the max solution for idle time, I don't think it's a goo

Re: [O] A bit of work around org-clock-idle-time

2012-07-27 Thread Nick Dokos
Bastien wrote: > Nick Dokos writes: > > > o in org-clock.el, instead of checking whether x11idle exists or not, how > > about something like this: > > > > ... > > (eq window-system 'x) > > (max (org-x11-idle-seconds) (org-emacs-idle-seconds)) > > ... > > Yes, this is cleaner, than

Re: [O] A bit of work around org-clock-idle-time

2012-07-27 Thread Bastien
Nick Dokos writes: > o in org-clock.el, instead of checking whether x11idle exists or not, how > about something like this: > > ... > (eq window-system 'x) > (max (org-x11-idle-seconds) (org-emacs-idle-seconds)) > ... Yes, this is cleaner, thanks! -- Bastien

Re: [O] A bit of work around org-clock-idle-time

2012-07-18 Thread Nick Dokos
Nicolas Calderon wrote: > Hello, > > I was trying to get org-clock-idle-time to work on my machine, but it > would never kick in. Looking at the doc > (http://orgmode.org/manual/Resolving-idle-time.html), I was left under > the impression that x11idle was an option for a better experience, but >

[O] A bit of work around org-clock-idle-time

2012-07-18 Thread Nicolas Calderon
Hello, I was trying to get org-clock-idle-time to work on my machine, but it would never kick in. Looking at the doc (http://orgmode.org/manual/Resolving-idle-time.html), I was left under the impression that x11idle was an option for a better experience, but emacs idle time would be used otherwise