[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Orgmode] adding a style to individual images
From: |
soichi i |
Subject: |
Re: [Orgmode] adding a style to individual images |
Date: |
Mon, 28 Feb 2011 15:56:22 +0900 |
It did work as I wished! Thanks!
soichi
2011/2/28 Aankhen <address@hidden>:
> 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
>