Hello, Where attributes have been assigned to an image in a paragraph, the new exporter applies those attributes to both the image and a following link.
For example, this: #+BEGIN_SRC org #+ATTR_HTML: width="10" alt=" [Cool thing] " [[file:cool_thing.jpg]] Cool thing found here [[http://example.com/][example.com]]. #+END_SRC is exported to this: #+BEGIN_HTML <p> <img src="cool_thing.jpg" width="10" alt=" [Cool thing] "/> Cool thing found here <a href="http://example.com/" width="10" alt=" [Cool thing] ">example.com</a>. </p> #+END_HTML Emacs : GNU Emacs 24.3.50.1 (i686-pc-linux-gnu, GTK+ Version 3.6.0) of 2012-12-24 on menkib, modified by Debian Package: Org-mode version 7.9.3e (7.9.3e-1173-g14df16 @ /home/tftorrey/.emacs.d/elisp/org/lisp/) Best regards, Terry -- T.F. Torrey