My org is 7.01 and Emacs23.2
Hi soichi,
With Org from git (2–3 days old) on Emacs 24, given this text in my Org file:
On Mon, Feb 28, 2011 at 06:26, ishi soichi <soichi777@gmail.com> wrote:
> So I tried putting
> #+ATTR_HTML: alt="..." width="100px"
> [[imageURL]]
> But it does not do anything.
> Changing
> Could anyone help me out?
,----
| #+ATTR_HTML: alt="Gogola!" width="100"
| [[./Gogola.gif]]
`----
I get this in the exported version:
,----
| <img src="./Gogola.gif" alt="Gogola!" width="100" />
`----
Which versions of Emacs & Org are you using? Could you give an
example of the text in your Org file and the resultant HTML?
Aankhen