Re: [O] Confused about inline html images

2013-02-07 Thread Bastien
Hi John, John Hendy writes: > #+attr_html: width="200px" > [[http://i.imgur.com/tladtBz.jpg][http://i.imgur.com/tladtBz.jpg]] This is not (and has never been) converted to a link, but to an image. Maybe a limitation that we can work on later on. The fix I pushed is about #+attr_html: widt

Re: [O] Confused about inline html images

2013-02-06 Thread John Hendy
On Thu, Jan 31, 2013 at 3:45 AM, Bastien wrote: > Hi John, > > John Hendy writes: > >> Still one issue: it's applying the attr_html to the wrong bit. Here's >> the resultant export output: >> >> #+attr_html: width="400px" >> [[http://path/to/file.jpg][http://path/to/file.jpg]] >> >> becomes: >> >

Re: [O] Confused about inline html images

2013-01-31 Thread Bastien
Hi John, John Hendy writes: > Still one issue: it's applying the attr_html to the wrong bit. Here's > the resultant export output: > > #+attr_html: width="400px" > [[http://path/to/file.jpg][http://path/to/file.jpg]] > > becomes: > > http://path/to/file.jpg"; width="400px"> src="http://path/to/f

Re: [O] Confused about inline html images

2013-01-13 Thread John Hendy
On Sun, Jan 13, 2013 at 1:54 PM, John Hendy wrote: > On Sun, Jan 13, 2013 at 1:48 PM, John Hendy wrote: >> I'm trying to recreate this html: >> >> http://path/to/image.jpg";>http://path/to/image.jpg"; >> width="400px" /> >> >> My approach was like so: >> >> #+attr_html: width="400px" >> [[http://

Re: [O] Confused about inline html images

2013-01-13 Thread John Hendy
On Sun, Jan 13, 2013 at 1:48 PM, John Hendy wrote: > I'm trying to recreate this html: > > http://path/to/image.jpg";>http://path/to/image.jpg"; > width="400px" /> > > My approach was like so: > > #+attr_html: width="400px" > [[http://path/to/image.jpg][http://path/to/image.jpg]] > > From the desc