From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Rudin Subject: Re: Emacs server and org-protocol Date: Wed, 17 Sep 2014 08:36:31 +0100 Message-ID: <871trabsw0.fsf@rudin.co.uk> References: <541937A2.3040405@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org To: emacs-orgmode-mXXj517/zsQ@public.gmane.org Gonzalo Camarillo 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)).