Re: [O] Extra space between list items in HTML export

2012-09-19 Thread Richard Stanton
> From: Bastien Guerry [mailto:bastiengue...@gmail.com] On Behalf Of > Bastien > Sent: Wednesday, September 19, 2012 9:45 AM > To: Richard Stanton > Cc: nicholas.do...@hp.com; emacs-orgmode@gnu.org > Subject: Re: Extra space between list items in HTML export > > Richard Stanton writes: > > > Yes

Re: [O] Extra space between list items in HTML export

2012-09-19 Thread Bastien
Richard Stanton writes: > Yes - I thought you were advocating changing this behavior, but > rereading your message, I now don't think you were... Okay, looks good, sorry if I was unclear! -- Bastien

Re: [O] Extra space between list items in HTML export

2012-09-19 Thread Richard Stanton
> From: Bastien Guerry [mailto:bastiengue...@gmail.com] On Behalf Of > Bastien > Sent: Tuesday, September 18, 2012 11:53 PM > To: Richard Stanton > Cc: nicholas.do...@hp.com; emacs-orgmode@gnu.org > Subject: Re: Extra space between list items in HTML export > > Hi Richard, > > Richard Stanton wr

Re: [O] Extra space between list items in HTML export

2012-09-19 Thread Bastien
Hi Richard, Richard Stanton writes: > 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 us

Re: [O] Extra space between list items in HTML export

2012-09-18 Thread Richard Stanton
> >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 inclu

Re: [O] Extra space between list items in HTML export

2012-09-18 Thread Bastien
Nick Dokos writes: > 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 entrie

Re: [O] Extra space between list items in HTML export

2012-09-18 Thread Bastien
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

Re: [O] Extra space between list items in HTML export

2012-09-18 Thread Bastien
Hi Richard, Richard Stanton writes: > #+OPTIONS: h:2, toc:nil ^ (Note that the comma is not needed here.) -- Bastien

Re: [O] Extra space between list items in HTML export

2012-09-18 Thread Bastien
Hi Nick, Nick Dokos writes: > I just wanted to emphasize > the importance of consistency (probably preaching to the choir). FWIW, I strongly agree consistency is important and this is why the release of Org 8.0 will require a lot of testing. -- Bastien

Re: [O] Extra space between list items in HTML export

2012-09-11 Thread Nick Dokos
Jambunathan K wrote: > > > 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 decoratin

Re: [O] Extra space between list items in HTML export

2012-09-11 Thread Jambunathan K
> 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 n

Re: [O] Extra space between list items in HTML export

2012-09-10 Thread Nick Dokos
Richard Stanton wrote: > Meanwhile, as I understand it (and as implemented in the old exporter), > h:2 should mean that only two levels of section headings should be created > at all. Level 3 should be an itemized list (and therefore, implicitly, > should not have a number). Thus, h:2 should impl

Re: [O] Extra space between list items in HTML export

2012-09-10 Thread Richard Stanton
On 9/10/12 4:45 PM, "Jambunathan K" wrote: >Richard Stanton writes: > >> On 9/10/12 4:31 PM, "Jambunathan K" wrote: >> >>> > From: nicholas.do...@hp.com [mailto:nicholas.do...@hp.com] > Sent: Monday, September 10, 2012 2:37 PM > > > #+OPTIONS: h:2, toc:nil > > > > * Exam

Re: [O] Extra space between list items in HTML export

2012-09-10 Thread Jambunathan K
Richard Stanton writes: > On 9/10/12 4:31 PM, "Jambunathan K" wrote: > >> From: nicholas.do...@hp.com [mailto:nicholas.do...@hp.com] Sent: Monday, September 10, 2012 2:37 PM > #+OPTIONS: h:2, toc:nil > > * Example of itemized list > ** Blank level 2 header

Re: [O] Extra space between list items in HTML export

2012-09-10 Thread Richard Stanton
On 9/10/12 4:31 PM, "Jambunathan K" wrote: > >>> From: nicholas.do...@hp.com [mailto:nicholas.do...@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 >>> > - L

Re: [O] Extra space between list items in HTML export

2012-09-10 Thread Jambunathan K
>> From: nicholas.do...@hp.com [mailto:nicholas.do...@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

Re: [O] Extra space between list items in HTML export

2012-09-10 Thread Richard Stanton
> From: nicholas.do...@hp.com [mailto:nicholas.do...@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 >

Re: [O] Extra space between list items in HTML export

2012-09-10 Thread Nick Dokos
Richard Stanton wrote: > I often use the h:2 option to turn level 3 headers into itemized list entri= > es. When exporting to LaTeX/PDF, the spacing between items is the same this= > way as it is when I use an explicit itemized list. When exporting to HTML,= > however, there's some extra space

[O] Extra space between list items in HTML export

2012-09-10 Thread Richard Stanton
I often use the h:2 option to turn level 3 headers into itemized list entries. When exporting to LaTeX/PDF, the spacing between items is the same this way as it is when I use an explicit itemized list. When exporting to HTML, however, there's some extra space inserted between items when they wer