From mboxrd@z Thu Jan 1 00:00:00 1970 From: david@adboyd.com (J. David Boyd) Subject: Re: an annoying indentation Date: Tue, 12 Jun 2007 13:49:38 -0400 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HyAV0-0004hM-Mf for emacs-orgmode@gnu.org; Tue, 12 Jun 2007 13:49:46 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HyAUy-0004hA-LG for emacs-orgmode@gnu.org; Tue, 12 Jun 2007 13:49:45 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HyAUy-0004h7-HW for emacs-orgmode@gnu.org; Tue, 12 Jun 2007 13:49:44 -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 1HyAUy-0006ha-BJ for emacs-orgmode@gnu.org; Tue, 12 Jun 2007 13:49:44 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1HyAUn-0002Kj-5v for emacs-orgmode@gnu.org; Tue, 12 Jun 2007 19:49:33 +0200 Received: from 156-40.126-70.tampabay.res.rr.com ([70.126.40.156]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 12 Jun 2007 19:49:33 +0200 Received: from david by 156-40.126-70.tampabay.res.rr.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 12 Jun 2007 19:49:33 +0200 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 Carsten Dominik writes: > On Jun 12, 2007, at 17:13, Leo wrote: > >> Dear list, >> >> Anyone else find the following annoying? >> >> *** heading 1 >> - item 1 >> - item 2 >> >> Now hit tabwith cursor right before '-', it becomes, >> >> *** heading 1 >> - item 1 >> - item 2 > > The question I have is: why would you press TAB if not to indent? > > - Carsten > >> Maybe the OP is used to using TAB to format text, as in a C or Java program. TAB just 'does the right thing' in cc-mode (I think it is), so to some people it becomes automatic to use TAB to keep the document looking good. Not a good idea in this case, of course! Dave