emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] Re: struggling with simple indentation


From: Nicolas Goaziou
Subject: [Orgmode] Re: struggling with simple indentation
Date: Tue, 26 Oct 2010 11:05:24 +0200
User-agent: Wanderlust/2.15.9 (Almost Unreal) Emacs/23.2 Mule/6.0 (HANACHIRUSATO)

Hello,

>>>>> Rainer Stengele writes:

> One thing that is annoying me still:

> Having

> ** headline
>    - indent
> text
> ^

> and pressing "TAB" I end up with

> ** headline
>    - indent
>    text
>    ^

> but would like to have

> ** headline
>    - indent
>      text
>      ^

> Is this configurable?

Yes. The less intrusive way of obtaining this is to use C-j instead of
RET after the "indent" line.

If you do not want lists to rely on indentation ever, you can set
`org-list-ending-method' to `regexp'. In this case, only blank lines
can end a list (see variable doc-string for more information), so
"text" will get back into the item after pressing TAB.

Regards,

-- Nicolas



reply via email to

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