Bastien <b...@gnu.org> wrote: > Nick Dokos <nicholas.do...@hp.com> 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! >
Cleaner maybe, but it's not correct, as Nicolas C. pointed out. Nicolas C. and I had an email exchange and I hope he will follow up with revised patches. Nick