emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Headlines export problem
@ 2011-02-18 15:23 PASZTOR Miklos
  2011-02-19 11:22 ` Nicolas
  2011-03-02 17:48 ` Bastien
  0 siblings, 2 replies; 5+ messages in thread
From: PASZTOR Miklos @ 2011-02-18 15:23 UTC (permalink / raw)
  To: emacs-orgmode


 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
--

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-03-20 15:23 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-02-18 15:23 Headlines export problem PASZTOR Miklos
2011-02-19 11:22 ` Nicolas
2011-03-02 17:48 ` Bastien
2011-03-03  9:10   ` PASZTOR Miklos
2011-03-20 15:23     ` Re: [Orgmode] " David Maus

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).