[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Confused about inline html images
From: |
Bastien |
Subject: |
Re: [O] Confused about inline html images |
Date: |
Thu, 31 Jan 2013 10:45:30 +0100 |
User-agent: |
Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.3.50 (gnu/linux) |
Hi John,
John Hendy <address@hidden> 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:
>
> <a href="http://path/to/file.jpg"; width="400px"><img
> src="http://path/to/file.jpg"; alt="file.jpg"/></a>
Yes, that's wrong. I fixed this. Thanks for reporting it!
--
Bastien