From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nikolay Kudryavtsev Subject: Re: Update to org-protocol-capture-html Date: Mon, 24 Jul 2017 09:52:27 +0300 Message-ID: <7af9aa56-737b-bb68-bfb5-60bdad81335a@gmail.com> References: <33ff160b-3018-503c-7bba-30124c25ad64@gmail.com> <87y3relr39.fsf@alphapapa.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42419) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dZXEO-0006ux-2Q for emacs-orgmode@gnu.org; Mon, 24 Jul 2017 02:52:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dZXEJ-0004ey-41 for emacs-orgmode@gnu.org; Mon, 24 Jul 2017 02:52:40 -0400 Received: from mail-lf0-x22c.google.com ([2a00:1450:4010:c07::22c]:33829) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dZXEI-0004es-SJ for emacs-orgmode@gnu.org; Mon, 24 Jul 2017 02:52:35 -0400 Received: by mail-lf0-x22c.google.com with SMTP id g25so36758166lfh.1 for ; Sun, 23 Jul 2017 23:52:33 -0700 (PDT) In-Reply-To: <87y3relr39.fsf@alphapapa.net> Content-Language: en-US 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: Adam Porter , emacs-orgmode@gnu.org I'm using 9.0 too. It's just that I'm also using Windows. Maybe it's the only platform where this happens. I even got the idea that you could use single slashes there from test-org-protocol.el, since the documentation for org-protocol is outdated. Weirdly some tests in test-org-protocol.el use single slash, while some use double. I guess we need a comment on this from org-protocol dev. Yeah, I've seen emacsclient stockpiling, it happens on Windows and should also happen on some other platforms, I guess, depending on how their protocol support and/or OS processes are implemented. By default emacsclient creates a process that waits till server reports that it's finished editing it. This works for stuff like git and other places where you want to edit something and then do something else from an external app. But for places where you're not doing anything else it's kind of pointless. Bonus somewhat offtopic question: I remember that you could create a capture template that captures immediately, without launching a capture window. How is it done? Forgot to write down the instructions, the last time I tinkered with org-protocol. -- Best Regards, Nikolay Kudryavtsev