Re: [Orgmode] Re: No link found error during export of source block when headline has link

2010-10-09 Thread Hsiu-Khuern Tang
Hi Eric,

I also confirm that the issue in my original post has been fixed.  Thanks!

-- 
Hsiu-Khuern.


On Wed, Oct 6, 2010 at 7:52 AM, Eric Schulte schulte.e...@gmail.com wrote:
 This issue should now be fixed.

 Best -- Eric

___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Re: No link found error during export of source block when headline has link

2010-10-04 Thread Michael Brand
 * [[http://www.example.com][example]]

There is an other issue with this, let me name it issue2: It is not yet
possible to link to such a heading with something like e. g.

[[*%5b%5bhttp://www.example.com%5d%5bexample%5d%5d][example]]

although I think the syntax is not ambiguous and allows to do this or am I
wrong here?

CUSTOM_ID could be used in this case but for me it would only be a
workaround. I tried to fix issue2 by changing org-link-re-with-space3 but
all my trials that solved issue2 introduced new issues with other link
types. Can someone please help? Am I on the wrong path with
org-link-re-with-space3?

___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Re: No link found error during export of source block when headline has link

2010-09-22 Thread Noorul Islam K M
Hsiu-Khuern Tang tan...@gmail.com 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

___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode