Re: [Orgmode] adding a style to individual images

2011-02-28 Thread soichi i
It did work as I wished! Thanks! soichi 2011/2/28 Aankhen : > On Mon, Feb 28, 2011 at 12:00, ishi soichi 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. >> > width="100px"> >

Re: [Orgmode] adding a style to individual images

2011-02-27 Thread Aankhen
On Mon, Feb 28, 2011 at 12:00, ishi soichi wrote: > My org is 7.01 and Emacs23.2 You might also want to try a newer version. If you don’t want to use the development version, you should probably at least upgrade to 7.4 (the most recent release). See for mor

Re: [Orgmode] adding a style to individual images

2011-02-27 Thread Aankhen
On Mon, Feb 28, 2011 at 12:00, ishi soichi 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. > width="100px"> Try changing that to ‘[[./images/apples6.jpeg]]’ (add ./ to the beginning

Re: [Orgmode] adding a style to individual images

2011-02-27 Thread ishi soichi
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. soichi 2011/2/28 Aankhen > Hi soichi, > > On Mon, Feb 28, 2011 at 06:26, ishi soichi wrote: > > So I tried putting > > #+ATTR_HTML: alt="..."

Re: [Orgmode] adding a style to individual images

2011-02-27 Thread Aankhen
Hi soichi, On Mon, Feb 28, 2011 at 06:26, ishi soichi wrote: > So I tried putting > #+ATTR_HTML: alt="..." width="100px" > [[imageURL]] > But it does not do anything. > Changing > Could anyone help me out? With Org from git (2–3 days old) on Emacs 24, given this text in my Org file: , | #

[Orgmode] adding a style to individual images

2011-02-27 Thread ishi soichi
Hi. I would like to specify the widths and heights of images inserted in org-file, which will be exported as html. There are several images in the original org-file, and each of those needs to be shown differently. So I tried putting #+ATTR_HTML: alt="..." width="100px" [[imageURL]] But it does