From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nikolay Kudryavtsev Subject: Re: org-protocol: deal with broken links on windows Date: Wed, 23 Aug 2017 23:59:28 +0300 Message-ID: <0f85feb5-60c6-db4b-d3d9-8412d3447a59@gmail.com> References: <87d17mm4sd.fsf@acer.localhost.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48034) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dkckR-0001br-2y for emacs-orgmode@gnu.org; Wed, 23 Aug 2017 16:59:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dkckO-0004ws-0T for emacs-orgmode@gnu.org; Wed, 23 Aug 2017 16:59:35 -0400 Received: from mail-lf0-x233.google.com ([2a00:1450:4010:c07::233]:35969) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dkckN-0004wU-Ol for emacs-orgmode@gnu.org; Wed, 23 Aug 2017 16:59:31 -0400 Received: by mail-lf0-x233.google.com with SMTP id l137so5620718lfg.3 for ; Wed, 23 Aug 2017 13:59:31 -0700 (PDT) In-Reply-To: <87d17mm4sd.fsf@acer.localhost.com> 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: Ingo Lohmar , emacs-orgmode@gnu.org I've recently set up org-protocol as well and while I can confirm that it prepends the full executable path, I don't get the extra "/" and org-protocol works fine. And your link worked fine, except that I had to obviously change the template name. From what I understand the addition  of that "/" is extremely weird, since protocol just passes the whole string to the command. What version of org are you using? I'm currently using org-9.0.9 installed from a zip. And to be sure maybe you should try something like: emacsclientw.exe "org-protocol:/capture?template=w&url=http%3A%2F%2Fjira%2Fbrowse%2FSDST-705&title=SOMETHING&body=" -- Best Regards, Nikolay Kudryavtsev