Tim Cross <theophil...@gmail.com> writes: > Julien Cubizolles <j.cubizol...@free.fr> writes: > >> I'm using a custom python program to display x11 idle time. I've set >> org-clock-x11idle-program-name accordingly but org-x11idle-exists-p is >> still nil. I'm guessing it's defvar'ed in org-clock.el before >> org-clock-x11idle-program-name is set. Evaluating the defvar of >> org-x11idle-exists-p afterwards indeed sets it to t. >> >> I could do (setq org-x11idle-exists-p t) but there must be a better way >> to handle the definition of a new org-clock-x11idle-program-name. > > How are you setting org-clock-x11idle-program-name? In your init file or > via custom?
Setting it via custom works thanks. Somehow org was loaded by some dependency before I explicitly used (require 'org). I guess I could also use some use-package configuration. -- Julien Cubizolles