emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] adding a style to individual images


From: Aankhen
Subject: Re: [Orgmode] adding a style to individual images
Date: Mon, 28 Feb 2011 12:16:05 +0530

On Mon, Feb 28, 2011 at 12:00, ishi soichi <address@hidden> wrote:
> My org is 7.01 and Emacs23.2
> #+ATTR_HTML: alt="apples image" title="How many?" align="right"
> width="100px"
> [[images/apples6.jpeg]]
> produced this.
> <a href="#sec-1_1"alt="apples image" title="How many?" align="right"
> width="100px"><img src="images/apples6.jpeg"/></a>

Try changing that to ‘[[./images/apples6.jpeg]]’ (add ./ to the
beginning).  Not sure what else it might be—my Org experience is still
in a nascent stage.

By the way, the ‘width’ attribute already uses pixels for its units,
so ‘width="100"’ would be enough.

Aankhen



reply via email to

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