emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Emacs server and org-protocol


From: Paul Rudin
Subject: Re: [O] Emacs server and org-protocol
Date: Wed, 17 Sep 2014 08:36:31 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

Gonzalo Camarillo <address@hidden> writes:


> Does anybody know a workaround so that the server is only started
> once?... 

Does the function server-running-p work on windows? If so then you can
replace (server-start) with (unless (server-running-p) (server-start)).





reply via email to

[Prev in Thread] Current Thread [Next in Thread]