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>