Hi,

vdya...@elvees.com (Дядов Васил Стоянов) writes:

> I've an issue with radio targets and ordinary external links.
>
> #+begin_src org
> #+ATTR_HTML: border="1" frame="border" style="max-width:50%;"
> | / | <>           | <>             | <>                           |
> |   | Test         | Description    | Source  file                 |
> |---+--------------+----------------+------------------------------|
> |   | <<<IDCT>>>   | Inverse DCT    | [[file:test/idct.c][idct.c]] |
> |---+--------------+----------------+------------------------------|
> #+end_src
>
> In this case external link "[[file:test/idct.c][idct.c]]" in html file
> looks like: <a href="test/idct.c">.c</a>

I confirm the bug, not only with the HTML exporter, but with the LaTeX
exporter -- and probably all of them.

For HTMl, the description of the second link is already wrong when
`org-html-link' uses it as an argument.  Probably something strange
when setting the radio targets that prevents the link desc to be
parsed correctly.

I'll let Nicolas have a look when he has time.

Thanks,

-- 
 Bastien

Reply via email to