From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Tim O'Callaghan" Subject: Re: Problems with opening a link Date: Fri, 31 Mar 2017 16:30:49 +0200 Message-ID: References: <91a716df-fc92-9e76-fb13-33e066655aab@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34418) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ctxaO-0003gz-1b for emacs-orgmode@gnu.org; Fri, 31 Mar 2017 10:31:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ctxaN-0001te-5w for emacs-orgmode@gnu.org; Fri, 31 Mar 2017 10:31:32 -0400 Received: from mail-pg0-x22f.google.com ([2607:f8b0:400e:c05::22f]:33403) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ctxaN-0001tT-0X for emacs-orgmode@gnu.org; Fri, 31 Mar 2017 10:31:31 -0400 Received: by mail-pg0-x22f.google.com with SMTP id x125so72876887pgb.0 for ; Fri, 31 Mar 2017 07:31:30 -0700 (PDT) In-Reply-To: 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: org-mode Hi, I've had a similar issue, but with redmine links. if i have #+LINK: rm http://redmine/issues/%s * link [[rm:3287]] does not work properly any more (with firefox under KDE) best regards, Tim. On 31 March 2017 at 14:52, Carsten Dominik wrote: > Hi Scott, > > which system are you on? > > I am using a Mac, and the "open" command in the mac as > browse-url-generic-program > > Carsten > > On Fri, Mar 31, 2017 at 2:22 PM, Scott Randby wrote: >> >> On 03/31/2017 05:39 AM, Carsten Dominik wrote: >> > Hi everyone, >> > >> > I have problems opening a link in org. >> > >> > The link looks like this: >> > >> > >> > https://ui.adsabs.harvard.edu/#search/q=author%3A%22Dominik%2CC%22/metrics >> > >> > I have copied it like this from the address bar in a browser. >> > >> > If I click on it in Org-mode, the link is modified to >> > >> > https://ui.adsabs.harvard.edu/%23search/q=author:%22Dominik,C%22/metrics >> > >> > before being sent to the browser, and the browser cannot resolve it. >> > The problem seems to be that # has been turned into %23 >> >> The link worked fine when I tried opening it from an Org file. I'm using >> Org 9.0.3 in Emacs 24.5.1 and my browser is Firefox. >> >> Scott Randby >> >> > >> > Where does this happen, and how can I fix this? >> > >> > Thank you. >> > >> > Carsten > >