In Org-mode I can get headlines wrap with proper indentation by using org-indent-mode
. How can I do the same for lists, that is, how can I make it so that lists in Org-mode wrap with proper indentation?
If I insert
* Very very very very very very very very very very very very very very very very very very very long line
- Very very very very very very very very very very very very very very very very very very very long line
into an Org-mode buffer with org-indent-mode
I get the following:
* Very very very very very very very very very very very very very very very
very very very very long line
- Very very very very very very very very very very very very very very very
very very very very long line.
Note that the second line of the list (the one starting with -
) is not properly indented because it should align with the first letter of the start of the list. What I would expect is the following:
* Very very very very very very very very very very very very very very very
very very very very long line
- Very very very very very very very very very very very very very very very
very very very very long line.
I am running Org-mode 7.6 in GNU Emacs 23.3.1.