Daniele Pizzolli <d...@toel.it> writes: > On Tue, Jul 28 2015, Peter Davis wrote: > >> Daniele Pizzolli writes: >> > > A manual test would be to execute on a console something like: > > emacsclient > 'org-protocol://capture://https%3A%2F%2Fdeveloper.mozilla.org%2Fen-US%2FAdd-ons%2FSDK%2FTools%2Fconsole%23Logging_Levels/console%20-%20Mozilla%20%7C% > 20MDN/console' > > If the latter does work the problem should be in the run() call.
Thank you, Daniele. I've tried the above command line, and I get: emacsclient: can't find socket; have you started the server? To start the server in Emacs, type "M-x server-start". emacsclient: No socket or alternate editor. Please use: --socket-name --server-file (or environment variable EMACS_SERVER_FILE) --alternate-editor (or environment variable ALTERNATE_EDITOR) I have (server-start) at the top of my .emacs file, and I've restarted manually a few times, so I suspect emacsclient is failing silently somehow and that's the problem. I'll try to troubleshoot that. Thank you! -pd