emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] identation in enabled org-indent-mode and disabled OIM


From: Thomas Hisch
Subject: [O] identation in enabled org-indent-mode and disabled OIM
Date: Wed, 2 Mar 2011 12:49:45 +0100

Hi!

Why is there a difference between the identation in orgmode with
enabled org-indent-mode and with disabled org-indent-mode ?

Take the following example:
disabled OIM, each "test" string is more indented than the
corresponding heading string:

* Head 1
  Test 0
** Subhead 1
   Test 1
*** Subsubhead 1
    Test 1a
** Subhead 2
   Test 2

On the other hand calling OIM on the previous file yields
 * Head 1
  Test 0
** Subhead 1
   Test 1
*** Subsubhead 1
    Test 1a
** Subhead 2
   Test 2
(please note that the formating is not correct here)
important to me is that the "test" strings are again indented relative
to the corrseponding heading

pressing tab on each "Test"-line reindents the lines (removes a few spaces).
disabling again indent mode now yields

* Head 1
Test 0
** Subhead 1
Test 1
*** Subsubhead 1
Test 1a
** Subhead 2
Test 2

WITH NO IDENTATION AT ALL!!

why is there no consistent identation between disable OIM and enabled
OIM, or is there a way to enable this consitent identation ??

(using latest git version of orgmode)

regards,
thomas



reply via email to

[Prev in Thread] Current Thread [Next in Thread]