Como manter a indentação com o Emacs + org-mode + visual-line-mode?

Emacs + modo org-mode + modo de linha visual + redimensionamento de janela produzem este tipo de visão:

* 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

Eu prefiro preferir isso:

* 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

Qualquer pista sobre como configurar o emacs ou o org-mode para conseguir isso seria realmente muito apreciado :)

(emacs23.1 no ubuntu karmic)

questionAnswers(2)

yourAnswerToTheQuestion