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 _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode