From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: bug in links ? Date: Wed, 17 Oct 2007 06:39:24 +0200 Message-ID: References: <20071016144920.GA3154@isof-serv.isof.cnr.it> Mime-Version: 1.0 (Apple Message framework v624) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ii0gp-0007kr-Sp for emacs-orgmode@gnu.org; Wed, 17 Oct 2007 00:39:27 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ii0go-0007jE-Iu for emacs-orgmode@gnu.org; Wed, 17 Oct 2007 00:39:27 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ii0go-0007j7-A6 for emacs-orgmode@gnu.org; Wed, 17 Oct 2007 00:39:26 -0400 Received: from korteweg.uva.nl ([146.50.98.70]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Ii0gn-0006Fm-V5 for emacs-orgmode@gnu.org; Wed, 17 Oct 2007 00:39:26 -0400 In-Reply-To: <20071016144920.GA3154@isof-serv.isof.cnr.it> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Giovanni Ridolfi Cc: emacs-orgmode@gnu.org On Oct 16, 2007, at 16:49, Giovanni Ridolfi wrote: > > Hi, Carsten > I think I've found a bug regarding the hyperlink. > > Org-mode version 5.12c > GNU Emacs 22.1.1 (i386-mingw-nt5.1.2600) of 2007-06-02 on RELEASE > > 1. What exactly did you do? > > I wrote the file. > I enabled the debugger (Options/Enter Debugger on error) > I clicked on the links. > The "acs" link was OK, the browser opened the link. > So far so good > > 2. What did you expect to happen? > > That the browser would open the "aip" and "isof" links as well. > > 3. What happened instead? > > "isof" and "aip" links did not trigger the browser. > Please see the debugger trace > > This is the org file: > ------------------ > -*- mode: org; -*- > * acs link > #+LINK: acs http://pubs3.acs.org/acs/journals/toc.page?incoden=%s > > [[acs:achre4][Acc Chem Res] ] > [[acs:achre4][Acc Chem Res]] this is the link. > > The acs link is ok: if I click on it my browser opens the page > > Debugger: > | Loading browse-url...done > | > | Starting c:/Documents and Settings/Gaetano/Documenti/firefox/Mozilla > | Firefox/firefox.exe... | > > * aip link > > #+LINK aip http://scitation.aip.org/%s There is a colon missing after LINK. - Carsten