From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rainer Stengele Subject: Re: "TAB" modifies indentation inconsistently? Date: Thu, 19 Jul 2007 18:23:25 +0200 Message-ID: <469F8FFD.6090302@diplan.de> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IBYn9-0007Bp-7f for emacs-orgmode@gnu.org; Thu, 19 Jul 2007 12:23:51 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IBYn6-0007Bd-S8 for emacs-orgmode@gnu.org; Thu, 19 Jul 2007 12:23:49 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IBYn6-0007Ba-ED for emacs-orgmode@gnu.org; Thu, 19 Jul 2007 12:23:48 -0400 Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IBYn5-0006hX-U3 for emacs-orgmode@gnu.org; Thu, 19 Jul 2007 12:23:48 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1IBYn1-00063f-2z for emacs-orgmode@gnu.org; Thu, 19 Jul 2007 18:23:43 +0200 Received: from 212.34.176.74 ([212.34.176.74]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 19 Jul 2007 18:23:43 +0200 Received: from rainer.stengele by 212.34.176.74 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 19 Jul 2007 18:23:43 +0200 In-Reply-To: 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 Cc: eddward@gmail.com Rainer Stengele schrieb: > Sorry for the post with the same contents but the unfinished subject. > > > > > Pressing "TAB" in org-mode outlines indentations. > > What do I do to get this outline "stable" even when pressing TAB: > > * Header > - item1 > - item2 > + subitem1 > + subitme2 > - item 3 > > Using M-left and M-right I can move the item left or right. > Is there a config option for the "TAB" indenting function? > > Rainer Actually "TAB" being in line "item 3" is creating this: * Header - item1 - item2 + subitem1 + subitme2 - item 3