[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Extra space between list items in HTML export
From: |
Jambunathan K |
Subject: |
Re: [O] Extra space between list items in HTML export |
Date: |
Tue, 11 Sep 2012 05:01:38 +0530 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.2.50 (gnu/linux) |
>> From: address@hidden [mailto:address@hidden
>> 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
>
>
--
- [O] Extra space between list items in HTML export, Richard Stanton, 2012/09/10
- Re: [O] Extra space between list items in HTML export, Nick Dokos, 2012/09/10
- Re: [O] Extra space between list items in HTML export, Richard Stanton, 2012/09/10
- Re: [O] Extra space between list items in HTML export, Nick Dokos, 2012/09/10
- Re: [O] Extra space between list items in HTML export, Jambunathan K, 2012/09/11
- Re: [O] Extra space between list items in HTML export, Nick Dokos, 2012/09/11
- Re: [O] Extra space between list items in HTML export, Bastien, 2012/09/18
- Re: [O] Extra space between list items in HTML export, Bastien, 2012/09/18
Re: [O] Extra space between list items in HTML export, Bastien, 2012/09/18