[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[O] Bug: New HTML exporter incorrect attributes
From: |
T.F. Torrey |
Subject: |
[O] Bug: New HTML exporter incorrect attributes |
Date: |
Fri, 22 Feb 2013 15:23:20 -0700 |
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
- [O] Bug: New HTML exporter incorrect attributes,
T.F. Torrey <=
- Re: [O] Bug: New HTML exporter incorrect attributes, Nicolas Goaziou, 2013/02/22
- Re: [O] Bug: New HTML exporter incorrect attributes, T.F. Torrey, 2013/02/23
- Re: [O] Bug: New HTML exporter incorrect attributes, Nicolas Goaziou, 2013/02/23
- Re: [O] Bug: New HTML exporter incorrect attributes, Samuel Wales, 2013/02/24
- Re: [O] Bug: New HTML exporter incorrect attributes, Nicolas Goaziou, 2013/02/25
- Re: [O] Bug: New HTML exporter incorrect attributes, T.F. Torrey, 2013/02/25
- Re: [O] Bug: New HTML exporter incorrect attributes, Nicolas Goaziou, 2013/02/25
- Re: [O] Bug: New HTML exporter incorrect attributes, Vincent Beffara, 2013/02/25
- Re: [O] Bug: New HTML exporter incorrect attributes, Nicolas Goaziou, 2013/02/25
- Re: [O] Bug: New HTML exporter incorrect attributes, T.F. Torrey, 2013/02/25