emacs-orgmode
[Top][All Lists]
Advanced

[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: Wed, 16 Mar 2011 10:17:41 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (windows-nt)

Hi David,

>> 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---
>
> Indeed.  I overlooked a stray <p> tag.  This one is fixed by now.

Again, thanks a lot for the fix: it's perfect at the level of the image now.

There's still a small problem with the caption being escaped (I thought it
would disappear with your previous fix, that's why I didn't add it to my
example, so here it is now).

If I have this:

--8<---------------cut here---------------start------------->8---
#+CAPTION: toto\trade
[[file:toto.png]]
--8<---------------cut here---------------end--------------->8---

It is exported to:

--8<---------------cut here---------------start------------->8---
<div class="figure">
<p><img src="toto.png"  alt="toto.png" /></p>
<p>toto&amp;trade;</p>
</div>
--8<---------------cut here---------------end--------------->8---

While I would expect (and it was like that before):

--8<---------------cut here---------------start------------->8---
<div class="figure">
<p><img src="toto.png"  alt="toto.png" /></p>
<p>toto&trade;</p>
</div>
--8<---------------cut here---------------end--------------->8---

Thanks.

Regards,
 Francesco



reply via email to

[Prev in Thread] Current Thread [Next in Thread]