From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Stanton Subject: Re: Extra space between list items in HTML export Date: Wed, 19 Sep 2012 09:01:02 -0700 Message-ID: <40C7B1BFC291ED4E9D10436D07736A334708BD000E@EXMAIL7.haas.uc.berkeley.edu> References: <87392f31ix.fsf@bzg.ath.cx> <87obl2qv0g.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]:50537) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TEMiI-0007OM-2a for emacs-orgmode@gnu.org; Wed, 19 Sep 2012 12:01:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TEMi8-0006aa-Cn for emacs-orgmode@gnu.org; Wed, 19 Sep 2012 12:01:22 -0400 Received: from gateway-b.haas.berkeley.edu ([128.32.222.40]:38863) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TEMi7-0006ZS-Qt for emacs-orgmode@gnu.org; Wed, 19 Sep 2012 12:01:12 -0400 In-Reply-To: <87obl2qv0g.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 Cc: "nicholas.dokos@hp.com" , "emacs-orgmode@gnu.org" > From: Bastien Guerry [mailto:bastienguerry@gmail.com] On Behalf Of > Bastien > Sent: Tuesday, September 18, 2012 11:53 PM > To: Richard Stanton > Cc: nicholas.dokos@hp.com; emacs-orgmode@gnu.org > Subject: Re: Extra space between list items in HTML export >=20 > Hi Richard, >=20 > Richard Stanton writes: >=20 > > 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. >=20 > Using the new HTML exporter with this file: >=20 > #+OPTIONS: H:2 num:t toc:nil >=20 > * one > ** two > *** three > *** three (bis) >=20 >=20 > I get an enumerated list for "three" and "three (bis)" -- maybe I lost tr= ack of > what the problem was, but this looks like what you are looking for, doesn= 't > it? Yes - I thought you were advocating changing this behavior, but rereading y= our message, I now don't think you were...