From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Randby Subject: Re: Problems with opening a link Date: Fri, 31 Mar 2017 08:22:15 -0400 Message-ID: <91a716df-fc92-9e76-fb13-33e066655aab@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54318) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ctvZQ-0005bB-1z for emacs-orgmode@gnu.org; Fri, 31 Mar 2017 08:22:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ctvZO-0008Ce-Ug for emacs-orgmode@gnu.org; Fri, 31 Mar 2017 08:22:24 -0400 Received: from mail-io0-x22a.google.com ([2607:f8b0:4001:c06::22a]:33639) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ctvZO-0008CG-Ob for emacs-orgmode@gnu.org; Fri, 31 Mar 2017 08:22:22 -0400 Received: by mail-io0-x22a.google.com with SMTP id f84so38243188ioj.0 for ; Fri, 31 Mar 2017 05:22:22 -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: Carsten Dominik , org-mode list 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