From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Re: identation in enabled org-indent-mode and disabled OIM Date: Wed, 2 Mar 2011 13:34:54 +0100 Message-ID: <8E44B731-31B9-46C6-8EEA-E1F1552471C5@gmail.com> References: <87fwr5g1if.fsf@gmail.com> Mime-Version: 1.0 (Apple Message framework v1082) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=55376 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PulGf-0006CT-A3 for Emacs-orgmode@gnu.org; Wed, 02 Mar 2011 07:35:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PulGe-0004hm-6g for Emacs-orgmode@gnu.org; Wed, 02 Mar 2011 07:35:01 -0500 Received: from mail-wy0-f169.google.com ([74.125.82.169]:56487) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PulGe-0004ha-2Y for Emacs-orgmode@gnu.org; Wed, 02 Mar 2011 07:35:00 -0500 Received: by wyi11 with SMTP id 11so6737293wyi.0 for ; Wed, 02 Mar 2011 04:34:58 -0800 (PST) In-Reply-To: <87fwr5g1if.fsf@gmail.com> 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: Nicolas Cc: Thomas Hisch , Emacs-orgmode@gnu.org On Mar 2, 2011, at 1:17 PM, Nicolas wrote: > Hello, > > Thomas Hisch writes: > >> why is there no consistent identation between disable OIM and enabled >> OIM, or is there a way to enable this consitent identation ?? > > You have to keep in mind that OIM fakes indentation, that is, you think > your line is indented, but in fact, it still lays at column 0. Thus, > most the spaces used to indent a line outside OIM aren't needed anymore > with OIM on. > > Anyway, it isn't as bad as it sounds. When you stop OIM, you just have > to re-indent the whole buffer to get your spaces back (C-x h C-M-\ for > example). Also, take a look at the variable org-adapt-indentation. Org-indent-mode changes the value of this variable when turned on, so this may be part of the reason why you think the behavior is inconsistent. Regards - Carsten