From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Stanton Subject: Re: Extra space between list items in HTML export Date: Tue, 18 Sep 2012 09:13:05 -0700 Message-ID: References: <87392f31ix.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:53695) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TE0QR-0008VL-Vv for emacs-orgmode@gnu.org; Tue, 18 Sep 2012 12:13:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TE0QQ-0001vg-Gi for emacs-orgmode@gnu.org; Tue, 18 Sep 2012 12:13:27 -0400 Received: from gateway-a.haas.berkeley.edu ([128.32.222.29]:7910) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TE0QQ-0001vR-Bi for emacs-orgmode@gnu.org; Tue, 18 Sep 2012 12:13:26 -0400 In-Reply-To: <87392f31ix.fsf@bzg.ath.cx> Content-Language: en-US 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: Bastien , "nicholas.dokos@hp.com" Cc: "emacs-orgmode@gnu.org" > >Hi Nick, > >Nick Dokos writes: > >> 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. > >Which is wrong IMO. > >> The new exporter produces a single list with three elements, although >>it includes >> the section number for each entry - this might be a bug. > >Which is right. > >1 to 0 for the new exporter! > >--=20 > Bastien I prefer the old behavior. Let me explain why, in case there's another way to achieve what I want. Often I want to create a simple list of TODO items, where I don't want each item to start a new section, with all the extra space, bold fonts, etc., that entails. I'd do this using a standard itemized list, except that (at least last time I checked) org mode insists on TODO items being headers. To work around this, I use h:2 (say) so that I can make my TODO items third-level headers and have them printed as an itemized list, as desired. With the new behavior, this seems impossible, but I can't believe I'm the only person for whom this is a useful capability. Richard