From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chunyang Xu Subject: Re: org-protocol documentation Date: Mon, 19 Jun 2017 21:41:07 +0800 Message-ID: References: <68E12968-9AF5-440A-B22C-AC55B70BA910@schnuddelhuddel.de> <87k248b6p8.fsf@nicolasgoaziou.fr> <7C76EDC3-CC7E-4AFE-B45B-867752C1B33A@schnuddelhuddel.de> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57174) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dMwvh-0000bs-Ux for emacs-orgmode@gnu.org; Mon, 19 Jun 2017 09:41:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dMwve-0001zR-Tu for emacs-orgmode@gnu.org; Mon, 19 Jun 2017 09:41:22 -0400 Received: from smtpbgau2.qq.com ([54.206.34.216]:55673) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dMwve-0001w2-AK for emacs-orgmode@gnu.org; Mon, 19 Jun 2017 09:41:18 -0400 In-Reply-To: <7C76EDC3-CC7E-4AFE-B45B-867752C1B33A@schnuddelhuddel.de> 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@gnu.org Sender: "Emacs-orgmode" To: Mario Martelli , Nicolas Goaziou Cc: emacs-orgmode@gnu.org Mario Martelli writes: >> for what it's worth, the Emacs Mac Port supports org-protocol out of >> box. It works without the Emacs server (emacsclient), e.g., > > Good to know. I=E2=80=99ve listed it in the documentation. > Do you plan to provide ready built binaries? The author of the Emacs Mac Port is Mitsuharu Yamamoto and I don't think there is any built binaries provided by him. I installed the built binaries via MacPorts (a package manager for Mac) with: $ sudo port install emacs-mac-app and I also heard that it is also available from Homebrew (another package manager). [...]