emacs-wiki-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[emacs-wiki-discuss] Re: Repost: Nested lists not working


From: Suresh
Subject: [emacs-wiki-discuss] Re: Repost: Nested lists not working
Date: Mon, 17 Apr 2006 11:37:48 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

> For example 
> 
>  - Level 0 item 1
>      - Level 1 item 1
>  - Level 0 item 2
> 
> gives
> 
> *Level 0 item 1 - Level 1 item 1
> *Level 0 item 2
> 
> in the output (bullet instead of asterisk).

Correcting myself: Actually, that gives

*Level 0 item 1
*Level 1 item 1
*Level 0 item 2

but if I use:

 1. Level 0 item 1
    - Level 1 item 1
 2. Level 0 item 2

then I get,

 1. Level 0 item 1 - Level 1 item 0
 2. Level 0 item 2

S.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]