emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] image alt text for HTML export


From: Aidan Gauland
Subject: [Orgmode] image alt text for HTML export
Date: Tue, 14 Sep 2010 19:01:12 +1200
User-agent: Mutt/1.5.20 (2009-06-14)

Is it possible to set the alt attribute of an image for HTML export?
If I insert an inline image into an Org buffer like so...

[[./foo.png]]

...and export it to HTML, I get something like this...

<img src="foo.png" alt="foo.png" />

But I want the alt attribute to be "foo" (or something else), not the
filename.

I know this is an HTML-specific setting, but I still want the image be
exported to other formats, so inserting literal HTML (see below) isn't
really suitable.

#+HTML: <img src="foo.png" alt="foo" />

If there is no way to do this, should I file a feature request?

--Aidan

Attachment: signature.asc
Description: Digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]