emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* HTML lists are including paragraphs (<li><p>…</p></li>)
@ 2014-08-04  4:52 Daniel Clemente
  2014-08-04 19:25 ` Nick Dokos
  2014-08-05 12:06 ` Eric Schulte
  0 siblings, 2 replies; 9+ messages in thread
From: Daniel Clemente @ 2014-08-04  4:52 UTC (permalink / raw)
  To: org-mode Mailinglist


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>

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2014-08-27 14:51 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-08-04  4:52 HTML lists are including paragraphs (<li><p>…</p></li>) Daniel Clemente
2014-08-04 19:25 ` Nick Dokos
2014-08-05 12:06 ` Eric Schulte
2014-08-06 12:12   ` Nicolas Goaziou
2014-08-25  7:48     ` Daniel Clemente
2014-08-25  8:30       ` Nicolas Goaziou
2014-08-26  7:36         ` Daniel Clemente
2014-08-26  7:59           ` Nicolas Goaziou
2014-08-27 14:50             ` Daniel Clemente

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).