views:

88

answers:

3

When using org-mode, I frequently write plain lists using either '-' or numbers. When I move to the next line using RET then TAB, the cursor always moves eight spaces beyond the start of the line instead of aligned with the list "marker" above.

This screenshot should be helpful to see what I mean...

alt text

Thanks for your help, Ryan Kaskel

+2  A: 

Try M-return (i.e., org-meta-return); I think it does what you want, and more.

huaiyuan
Great, thanks! I missed that in the docs but here is the reference for anyone else who finds this http://orgmode.org/manual/Plain-lists.html#Plain-lists.
Ryan Kaskel
A: 

You should also check out org-indent-mode.

Arima
A: 

You should also take a look at customizing the org-blank-before-new-entry variable to prevent the insertion of blank lines between items when using M-return.

toldorknown