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

_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to