From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rainer Stengele Subject: struggling with simple indentation Date: Mon, 25 Oct 2010 14:35:02 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=47972 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PAMGg-0007LL-QZ for emacs-orgmode@gnu.org; Mon, 25 Oct 2010 08:35:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PAMGf-0003WM-G8 for emacs-orgmode@gnu.org; Mon, 25 Oct 2010 08:35:14 -0400 Received: from lo.gmane.org ([80.91.229.12]:49968) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PAMGf-0003W5-Aa for emacs-orgmode@gnu.org; Mon, 25 Oct 2010 08:35:13 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PAMGd-0005Pd-6q for emacs-orgmode@gnu.org; Mon, 25 Oct 2010 14:35:11 +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 ; Mon, 25 Oct 2010 14:35:11 +0200 Received: from rainer.stengele by 212.34.176.74 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 25 Oct 2010 14:35:11 +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 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 want to consistently indent lines like in case (1). Why does org not indent in case (2) How can I change this behavior? Is it a config issue? I could not find a variable where I could adapt the indentation behavior. Best Rainer