all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Hyperlinked Images with ox-html
@ 2013-07-10  3:22 Robert Eckl
  2013-07-10  8:14 ` Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Robert Eckl @ 2013-07-10  3:22 UTC (permalink / raw)
  To: emacs-orgmode

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

<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.

What I'm missing?

TIA,
Robert

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-07-10  8:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-10  3:22 Hyperlinked Images with ox-html Robert Eckl
2013-07-10  8:14 ` Nicolas Goaziou

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.