The code which checks to ensure that paragraph wrappers are only inhibited if they are inhibited for the whole list mistakenly keeps paragraph wrappers if one item of the list is itself a list
The location of this bug is the (cdr contents) in line 2899 of ox-html.el. I'd be inclined to remove this form, but I'm not sure what valid case it checks for. Best, Eric Daniel Clemente <n142...@gmail.com> writes: > 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> > -- Eric Schulte https://cs.unm.edu/~eschulte PGP: 0x614CA05D (see https://u.fsf.org/yw)