Re: [O] [PATCH] Fix org-clock evaluation startup hang on Windows
Hi Stuart, I applied your patch. Thanks a lot for catching this and for the clear explanations! Best, -- Bastien
[O] [PATCH] Fix org-clock evaluation startup hang on Windows
* lisp/org-clock.el (org-x11idle-exists-p): Only shell out when running on X. The definition of this variable currently executes "command" via the shell during evaluation, irrespective of the platform on which Org-mode is running. Unfortunately, on Windows, this matches the "command.com" NT Virtua