From mboxrd@z Thu Jan 1 00:00:00 1970 From: Noorul Islam K M Subject: Re: "No link found" error during export of source block when headline has link Date: Thu, 23 Sep 2010 11:14:07 +0530 Message-ID: <87wrqdui8o.fsf@noorul.maa.corp.collab.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=41263 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Oyecx-0007jv-JK for emacs-orgmode@gnu.org; Thu, 23 Sep 2010 01:45:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Oyecv-0003Cq-PX for emacs-orgmode@gnu.org; Thu, 23 Sep 2010 01:45:51 -0400 Received: from mail-iw0-f169.google.com ([209.85.214.169]:36409) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Oyecv-0003CZ-Md for emacs-orgmode@gnu.org; Thu, 23 Sep 2010 01:45:49 -0400 Received: by iwn33 with SMTP id 33so1861454iwn.0 for ; Wed, 22 Sep 2010 22:45:48 -0700 (PDT) In-Reply-To: (Hsiu-Khuern Tang's message of "Wed, 22 Sep 2010 18:49:17 -0700") 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: Hsiu-Khuern Tang Cc: emacs-orgmode@gnu.org Hsiu-Khuern Tang writes: > Hi all, > > When I export this file to HTML > > ============================================================ > * [[http://www.example.com][example]] > > #+BEGIN_SRC R > 1 > #+END_SRC > ============================================================ > > > I get a "No link found" error. The responsible function seems to be > > org-open-link-from-string(#("[[/tmp/a.org::%5B%5Bhttp://www.example.com%5D%5Bexample%5D%5D][/tmp/a.org::[[http://www.example.com][example]]] > ...) > > Please see the attached backtrace. > > I am using the latest version from git. I used git bisect and found > that the first bad commit is efdf78172d9f7c0070c781d136a9b49a2a56fcc4. > The function `org-babel-exp-src-blocks' tries to execute (org-open-link-from-string link) which is failing because link is formed in a such a way that org-open-link-from-string does not understand the format. Someone familiar with babel code might take a look into it. Thanks and Regards Noorul