emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: PASZTOR Miklos <pasztor@iszt.hu>
To: emacs-orgmode@gnu.org
Subject: Headlines export problem
Date: Fri, 18 Feb 2011 16:23:54 +0100	[thread overview]
Message-ID: <201102181600-5224657@nic.hu> (raw)


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

             reply	other threads:[~2011-02-18 15:24 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-02-18 15:23 PASZTOR Miklos [this message]
2011-02-19 11:22 ` Headlines export problem Nicolas
2011-03-02 17:48 ` Bastien
2011-03-03  9:10   ` PASZTOR Miklos
2011-03-20 15:23     ` Re: [Orgmode] " David Maus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=201102181600-5224657@nic.hu \
    --to=pasztor@iszt.hu \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).