From mboxrd@z Thu Jan 1 00:00:00 1970 From: PASZTOR Miklos Subject: Headlines export problem Date: Fri, 18 Feb 2011 16:23:54 +0100 Message-ID: <201102181600-5224657@nic.hu> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=46019 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PqSBh-000636-2w for emacs-orgmode@gnu.org; Fri, 18 Feb 2011 10:24:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PqSBf-0005Ph-Ut for emacs-orgmode@gnu.org; Fri, 18 Feb 2011 10:24:04 -0500 Received: from deneb.iszt.hu ([193.239.149.6]:58449) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PqSBf-0005OX-PO for emacs-orgmode@gnu.org; Fri, 18 Feb 2011 10:24:03 -0500 Received: from deneb (localhost.localdomain [127.0.0.1]) by checked.deneb.iszt.hu (Postfix) with ESMTP id 3DB5C1246142 for ; Fri, 18 Feb 2011 16:24:00 +0100 (CET) Content-Disposition: inline List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org 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:
  • These lines will be
  • separate unnumbered lists
  • Not just one
    Can I have orgmode to create a *single* unnumbered list from the third l= evel headlines above? Regards, Mikl=C3=B3s --