emacs-orgmode
[Top][All Lists]
Advanced

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

[O] Re: [Orgmode] Headlines export problem


From: PASZTOR Miklos
Subject: [O] Re: [Orgmode] Headlines export problem
Date: Thu, 3 Mar 2011 10:10:16 +0100
User-agent: Mutt/1.5.20 (2009-06-14)

 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 <address@hidden> 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
--

Attachment: signature.asc
Description: Digital signature


reply via email to

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