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

2012-09-19 Thread Bastien
Hi Richard, Richard Stanton stan...@haas.berkeley.edu 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

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

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

2012-09-19 Thread Bastien
Richard Stanton stan...@haas.berkeley.edu 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: 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 stan...@haas.berkeley.edu

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

2012-09-18 Thread Bastien
Hi Nick, Nick Dokos nicholas.do...@hp.com 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-18 Thread Bastien
Hi Richard, Richard Stanton stan...@haas.berkeley.edu 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 nicholas.do...@hp.com 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

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

2012-09-18 Thread Bastien
Nick Dokos nicholas.do...@hp.com 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

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

2012-09-18 Thread Richard Stanton
Hi Nick, Nick Dokos nicholas.do...@hp.com 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

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 not in

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

2012-09-11 Thread Nick Dokos
Jambunathan K kjambunat...@gmail.com 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

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

2012-09-10 Thread Nick Dokos
Richard Stanton stan...@haas.berkeley.edu 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,

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 ** Blank level 2

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 extra space ** Blank level 2

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 kjambunat...@gmail.com 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 - List 3 * Level

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

2012-09-10 Thread Jambunathan K
Richard Stanton stan...@haas.berkeley.edu writes: On 9/10/12 4:31 PM, Jambunathan K kjambunat...@gmail.com 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

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 kjambunat...@gmail.com wrote: Richard Stanton stan...@haas.berkeley.edu writes: On 9/10/12 4:31 PM, Jambunathan K kjambunat...@gmail.com wrote: From: nicholas.do...@hp.com [mailto:nicholas.do...@hp.com] Sent: Monday, September 10, 2012 2:37 PM #+OPTIONS:

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

2012-09-10 Thread Nick Dokos
Richard Stanton stan...@haas.berkeley.edu 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).