[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Bug when publishing images
From: |
Francesco Pizzolante |
Subject: |
Re: [O] Bug when publishing images |
Date: |
Tue, 15 Mar 2011 07:47:59 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (windows-nt) |
Hi David,
> At Mon, 14 Mar 2011 10:09:37 +0100,
> Francesco Pizzolante wrote:
>> Since this morning, I have problems exporting (inline) images.
>>
>> ...
>>
>> Could someone fix this as soon as possible?
>
> The joys of bleeding edget.
>
> Should be fixed by now.
Thanks for the fix. It works better now.
There's still a little problem though when adding a caption:
--8<---------------cut here---------------start------------->8---
#+CAPTION: toto
[[file:toto.png]]
--8<---------------cut here---------------end--------------->8---
This exports to the following HTML code:
--8<---------------cut here---------------start------------->8---
<div class="figure">
<p><img src="toto.png" alt="toto.png" /></p>
<p>toto</p>
</div>
--8<---------------cut here---------------end--------------->8---
Regards,
Francesco