[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Hyperlinked Images with ox-html
From: |
Nicolas Goaziou |
Subject: |
Re: [O] Hyperlinked Images with ox-html |
Date: |
Wed, 10 Jul 2013 10:14:16 +0200 |
Hello,
Robert Eckl <address@hidden> writes:
> exporting this fragment
>
> #+ATTR_HTML: :width 220px :align right
> [[http://orgmode.org/worg/][http://example.org/picture.jpg]]
>
> gives
>
> <div class="figure">
> <p>
> <a href="http://orgmode.org/worg"width="220px"; align="right" >
> <img src="http://example.org/picture.jpg"; />
> </a>
> </p>
> </div>
>
>
> instead of
>
> <div class="figure">
> <p>
> <a href="http://orgmode.org/worg";>
> <img src="http://example.org/picture.jpg"; width="220px" align="right"/>
> </a>
> </p>
> </div>
>
> So the attributes for <img> are linked to <a> instead of <img> and
> ignored.
This should now be fixed. Thank you for reporting it.
Regards,
--
Nicolas Goaziou