From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jambunathan K Subject: Re: Extra space between list items in HTML export Date: Tue, 11 Sep 2012 13:00:13 +0530 Message-ID: <87d31tt3sq.fsf@gmail.com> References: <12349.1347324720@alphaville.americas.hpqcorp.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:48003) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TBKuT-0007rZ-Fx for emacs-orgmode@gnu.org; Tue, 11 Sep 2012 03:29:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TBKuP-0008Gy-GI for emacs-orgmode@gnu.org; Tue, 11 Sep 2012 03:29:25 -0400 Received: from mail-pb0-f41.google.com ([209.85.160.41]:64215) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TBKuP-0008Gq-9d for emacs-orgmode@gnu.org; Tue, 11 Sep 2012 03:29:21 -0400 Received: by pbbro12 with SMTP id ro12so436154pbb.0 for ; Tue, 11 Sep 2012 00:29:20 -0700 (PDT) In-Reply-To: <12349.1347324720@alphaville.americas.hpqcorp.net> (Nick Dokos's message of "Mon, 10 Sep 2012 20:52:00 -0400") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: nicholas.dokos@hp.com Cc: Richard Stanton , "emacs-orgmode@gnu.org" > With Richard's example[fn:1] and the new exporter, we get different > behavior with HTML and latex (without the num: option or with num:t): > > o the second list is unordered in HTML, but enumerated in latex. > > o we get third level section numbers decorating the list entries in HTML, > but not in latex. I think our mails crossed. This should be fixed. Remember, I have not marked HTML and ODT exporters for release. They are marked as alpha only. What may seems as bugs, could well be something that is partially done. > [fn:1] I reproduce it here for convenience: > > > #+OPTIONS: h:2 toc:nil > > * Example of itemized list > ** Blank level 2 header > - List 1 > - List 2 > - List 3 > > * Level 3 headings as itemized list, with extra space > ** Blank level 2 header > *** List 1 > *** List 2 > *** List 3