From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: struggling with simple indentation Date: Mon, 25 Oct 2010 19:06:17 +0200 Message-ID: <87zku2qk1i.wl%n.goaziou@gmail.com> References: Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Return-path: Received: from [140.186.70.92] (port=40107 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PAQV5-0003bn-MZ for emacs-orgmode@gnu.org; Mon, 25 Oct 2010 13:06:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PAQV3-0007hI-Qe for emacs-orgmode@gnu.org; Mon, 25 Oct 2010 13:06:22 -0400 Received: from mail-ww0-f49.google.com ([74.125.82.49]:54613) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PAQV3-0007gY-Kz for emacs-orgmode@gnu.org; Mon, 25 Oct 2010 13:06:21 -0400 Received: by wwb34 with SMTP id 34so3809288wwb.30 for ; Mon, 25 Oct 2010 10:06:19 -0700 (PDT) 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: Rainer Stengele Cc: emacs-orgmode@gnu.org Hello, >>>>> Rainer Stengele writes: > Dear all, > I am struggling with a simple indentation problem. > Having this: (1) > ==================================================================== > ***** test > - indented > line > ^ > point at "^" and pressing TAB results in: > ***** test > - indented > line > ==================================================================== > Having this: (2) > ***** test > - indented > - indented > line > ^ > point at "^" and pressing TAB results in: > ***** test > - indented > - indented > line > ==================================================================== I cannot reproduce this. I always get case (1). Are you using development version ? Regards, -- Nicolas