emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] Re: "No link found" error during export of source block when h


From: Noorul Islam K M
Subject: [Orgmode] Re: "No link found" error during export of source block when headline has link
Date: Thu, 23 Sep 2010 11:14:07 +0530
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux)

Hsiu-Khuern Tang <address@hidden> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]