Hello,

 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.

 Example:

* FIRST HEADLINE
** second
*** These lines will be
*** separate unnumbered lists,
*** not just one.

 Becomes:

<ul>
<li id="sec-1_1_1">These lines will be <br/>
</li>
</ul>
<ul>
<li id="sec-1_1_2">separate unnumbered lists <br/>
</li>
</ul>
<ul>
<li id="sec-1_1_3">Not just one <br/>


 Can I have orgmode to create a *single* unnumbered list from the third level
 headlines above?

 Regards,
 Miklós
--

_______________________________________________
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

Reply via email to