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 05:01:38 +0530 Message-ID: <87pq5ta205.fsf@gmail.com> References: <40C7B1BFC291ED4E9D10436D07736A3347089E6713@EXMAIL7.haas.uc.berkeley.edu> <8812.1347313034@alphaville.americas.hpqcorp.net> <40C7B1BFC291ED4E9D10436D07736A3347089E673B@EXMAIL7.haas.uc.berkeley.edu> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:53389) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TBDRE-0001qG-VB for emacs-orgmode@gnu.org; Mon, 10 Sep 2012 19:30:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TBDRD-0000ZG-Lf for emacs-orgmode@gnu.org; Mon, 10 Sep 2012 19:30:44 -0400 Received: from mail-pb0-f41.google.com ([209.85.160.41]:62237) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TBDRD-0000ZB-F0 for emacs-orgmode@gnu.org; Mon, 10 Sep 2012 19:30:43 -0400 Received: by pbbro12 with SMTP id ro12so3435042pbb.0 for ; Mon, 10 Sep 2012 16:30:42 -0700 (PDT) In-Reply-To: <40C7B1BFC291ED4E9D10436D07736A3347089E673B@EXMAIL7.haas.uc.berkeley.edu> (Richard Stanton's message of "Mon, 10 Sep 2012 15:39:19 -0700") 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: Richard Stanton Cc: "nicholas.dokos@hp.com" , "emacs-orgmode@gnu.org" >> From: nicholas.dokos@hp.com [mailto:nicholas.dokos@hp.com] >> Sent: Monday, September 10, 2012 2:37 PM >> >> > #+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 >> > >> >> The old exporter does that: it breaks the second up into three lists, each with >> a single element. The first is a single list with three elements. >> >> The new exporter produces a single list with three elements, although it >> includes the section number for each entry - this might be a bug. >> >> Nick > > I also get the section number included as part of the list item > text. This does look like a bug. > > When I use the new exporter to export to LaTeX/PDF, I get no section > numbers, but I get a numbered, rather than itemized, list. This also > seems like a (different) bug. I have pushed a fix to org-e-html.el. The depth of numbering is according to the value of num:N spec. Use num:2 instead of num:t to get the numbering behaviour you desire. If something is not according to taste, point me to the markup that is missing or which needs to be removed (instead of describing it in English) > Richard > > --