From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adam Porter Subject: Re: Update to org-protocol-capture-html Date: Sun, 23 Jul 2017 17:35:06 -0500 Message-ID: <87y3relr39.fsf@alphapapa.net> References: <33ff160b-3018-503c-7bba-30124c25ad64@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46091) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dZPTA-0001Ex-KH for emacs-orgmode@gnu.org; Sun, 23 Jul 2017 18:35:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dZPT6-0000j0-DD for emacs-orgmode@gnu.org; Sun, 23 Jul 2017 18:35:24 -0400 Received: from [195.159.176.226] (port=48053 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dZPT6-0000i2-7O for emacs-orgmode@gnu.org; Sun, 23 Jul 2017 18:35:20 -0400 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1dZPSt-0000A7-1N for emacs-orgmode@gnu.org; Mon, 24 Jul 2017 00:35:07 +0200 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: emacs-orgmode@gnu.org Nikolay Kudryavtsev writes: > Sorry for kind of resurrecting this thread. Not at all. :) You might consider filing an issue on the GitHub tracker, though, because I almost didn't notice this (just haven't been watching the ml lately). > I've been trying to get this working and I noticed that bookmarklets > only work with a single slash after org-protocol. > > Does not work: > > javascript:location.href = 'org-protocol://capture-html ... > > Does work: > > javascript:location.href = 'org-protocol:/capture-html ... > > Is this a bug in org-protocol-capture-html documentation or // before > protocol should actually work? It should work. Works for me and everyone else, AFAIK. What version of Org are you using? It's currently set up to work with Org 9.0+. > Another somewhat minor thing of note and this applies to generic > org-protocol documentation too - we probably want to give emacsclient > with -n flag in all protocol documentation. There's no point in > stockpiling client processes, right? That's an interesting point, but AFAIK that stockpiling doesn't happen. I've never noticed it, anyway. Have you actually seen it?