Jak zachować wcięcia w Emacs + org-mode + visual-line-mode?

Emacs + org-mode + visual-line-mode + zmiana rozmiaru okna dają taki widok:

* My list
  * Some thing this is longer
back to line which is really
anoying
  * Other thing which is
truncated
    * Sub items with blah
to line

Wolałbym to:

* My list
  * Some thing this is longer
    back to line which is 
    really anoying
  * Other thing which is
    truncated
    * Sub items with blah
      to line

Jakakolwiek wskazówka, jak skonfigurować emacs lub org-mode, by to osiągnąć, byłaby naprawdę doceniana :)

(emacs23.1 na ubuntu karmic)

questionAnswers(2)

yourAnswerToTheQuestion