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