Hello,

Robert Eckl <eck...@gmx.de> 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

Reply via email to