Re: [O] Hyperlinked Images with ox-html

2013-07-10 Thread Nicolas Goaziou
Hello, Robert Eckl writes: > exporting this fragment > > #+ATTR_HTML: :width 220px :align right > [[http://orgmode.org/worg/][http://example.org/picture.jpg]] > > gives > > > >http://orgmode.org/worg"width="220px"; align="right" > > http://example.org/picture.jpg"; /> > > >

[O] Hyperlinked Images with ox-html

2013-07-09 Thread Robert Eckl
Using Org-mode version 8.0.5 (release_8.0.5-429-gc31655 GNU Emacs 24.3.50 exporting this fragment #+ATTR_HTML: :width 220px :align right [[http://orgmode.org/worg/][http://example.org/picture.jpg]] gives http://orgmode.org/worg"width="220px"; align="right" > http://example.org/pic