Hello, Thanks for keeping an eye on this. Sorry for being silent.
On Wed, Mar 02, 2011 at 06:48:56PM +0100, Bastien wrote: > Hi, > > PASZTOR Miklos <pasz...@iszt.hu> writes: > > > I'm using org-mode version 7.4. When I export org files to html - having > > H:2 in the options line - it seems that each third level headline > > becomes a *separate* unnumbered list. > > I cannot reproduce this problem with latest Org. > > Do you still have it? I do. I have pulled down the latest Org (release_7.4.589.gdc608), and if I have: ----------------8<---------------------8<---------------------------------------- ** Second *** Third *** Several *** Times ----------------8<---------------------8<---------------------------------------- I get: ----------------8<---------------------8<---------------------------------------- <h3 id="sec-1_1">Second </h3> <div class="outline-text-3" id="text-1_1"> <ul> <li id="sec-1_1_1">Third <br/> </li> </ul> <ul> <li id="sec-1_1_2">Several <br/> </li> </ul> <ul> <li id="sec-1_1_3">Times <br/> </li> </ul> </div> ----------------8<---------------------8<---------------------------------------- Please note the consecutive </ul> <ul> tags. I can either edit the html file afterwards, or I can write: ----------------8<---------------------8<---------------------------------------- ** Second - Third - Several - Times ----------------8<---------------------8<---------------------------------------- Both solve the problem. Thank you for all your efforts. Cheers, Miklós --
signature.asc
Description: Digital signature
-- Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode