emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] HTML lists are including paragraphs (<li><p>…</p></li>)


From: Daniel Clemente
Subject: [O] HTML lists are including paragraphs (<li><p>…</p></li>)
Date: Mon, 04 Aug 2014 11:52:34 +0700
User-agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM/1.14.9 (Gojō) APEL/10.8 EasyPG/1.0.0 Emacs/24.4.50 (x86_64-unknown-linux-gnu) MULE/6.0 (HANACHIRUSATO)

Hi. With latest org I'm getting <li><p>…</p></li>, which makes no sense; it 
should be <li>…</li>
Aren't there tests to find this type of breakages in export?


Example:

- hola
- uno
  - dos
- tres


Is exported to:


<ul class="org-ul">
<li><p>
hola
</p>
</li>
<li><p>
uno
</p>
<ul class="org-ul">
<li>dos
</li>
</ul>
</li>
<li><p>
tres
</p>
</li>
</ul>



reply via email to

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