From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nikolay Kudryavtsev Subject: Re: Update to org-protocol-capture-html Date: Sun, 23 Jul 2017 01:57:54 +0300 Message-ID: <33ff160b-3018-503c-7bba-30124c25ad64@gmail.com> References: 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]:35735) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dZ3LY-0003Fr-Ha for emacs-orgmode@gnu.org; Sat, 22 Jul 2017 18:58:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dZ3LT-0004Dx-OR for emacs-orgmode@gnu.org; Sat, 22 Jul 2017 18:58:04 -0400 Received: from mail-lf0-x229.google.com ([2a00:1450:4010:c07::229]:34877) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dZ3LT-0004CL-Hc for emacs-orgmode@gnu.org; Sat, 22 Jul 2017 18:57:59 -0400 Received: by mail-lf0-x229.google.com with SMTP id t128so3403020lff.2 for ; Sat, 22 Jul 2017 15:57:57 -0700 (PDT) In-Reply-To: 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 Sorry for kind of resurrecting this thread. 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? 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? -- Best Regards, Nikolay Kudryavtsev