emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* identation in enabled org-indent-mode and disabled OIM
@ 2011-03-02 11:49 Thomas Hisch
  2011-03-02 12:17 ` Nicolas
  0 siblings, 1 reply; 5+ messages in thread
From: Thomas Hisch @ 2011-03-02 11:49 UTC (permalink / raw)
  To: Emacs-orgmode

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-03-02 13:12 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-03-02 11:49 identation in enabled org-indent-mode and disabled OIM Thomas Hisch
2011-03-02 12:17 ` Nicolas
2011-03-02 12:31   ` Thomas Hisch
2011-03-02 13:12     ` Nicolas
2011-03-02 12:34   ` Carsten Dominik

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).