From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Hisch Subject: identation in enabled org-indent-mode and disabled OIM Date: Wed, 2 Mar 2011 12:49:45 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from [140.186.70.92] (port=44034 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PukZM-0004pN-50 for Emacs-orgmode@gnu.org; Wed, 02 Mar 2011 06:50:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PukZ9-0004Xr-Ma for Emacs-orgmode@gnu.org; Wed, 02 Mar 2011 06:50:04 -0500 Received: from mail-vx0-f169.google.com ([209.85.220.169]:55309) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PukZ9-0004TL-Id for Emacs-orgmode@gnu.org; Wed, 02 Mar 2011 06:50:03 -0500 Received: by vxc38 with SMTP id 38so6352765vxc.0 for ; Wed, 02 Mar 2011 03:49:49 -0800 (PST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Emacs-orgmode@gnu.org 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