On 28/10/2022 11:29, Ihor Radchenko wrote:
Max Nikulin <maniku...@gmail.com> writes:
I am not familiar with `org-x11idle-exists-p', but a problem with access
of X clipboard from :immediate-finish capture templates may be quite
similar. The following command creates a hidden X11 frame if no visible
one exists:
emacsclient --eval '(server-select-display (getenv "DISPLAY"))'
You are talking about a different problem.
Please start a new thread.
Nope
emacs -Q -L ~/src/org-mode/lisp/ --daemon
emacsclient --eval window-system
nil
emacsclient --eval '(server-select-display (getenv "DISPLAY"))'
emacsclient --eval window-system
x
I suspect that the check of `window-system' was added to detect Emacs
instances running as pure terminal applications having no access to X11
and the case of daemon was simply overlooked.