From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rainer Stengele Subject: Simple Indentation question: indentation behaviour changed some time ago. Date: Tue, 01 Mar 2011 22:50:57 +0100 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=56408 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PuXTQ-0003VX-6u for emacs-orgmode@gnu.org; Tue, 01 Mar 2011 16:51:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PuXTP-0000SB-27 for emacs-orgmode@gnu.org; Tue, 01 Mar 2011 16:51:16 -0500 Received: from lo.gmane.org ([80.91.229.12]:44637) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PuXTO-0000Rm-Sj for emacs-orgmode@gnu.org; Tue, 01 Mar 2011 16:51:15 -0500 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PuXTM-00078F-9t for emacs-orgmode@gnu.org; Tue, 01 Mar 2011 22:51:12 +0100 Received: from dslb-094-217-018-114.pools.arcor-ip.net ([94.217.18.114]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 01 Mar 2011 22:51:12 +0100 Received: from rainer.stengele by dslb-094-217-018-114.pools.arcor-ip.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 01 Mar 2011 22:51:12 +0100 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 Hi all, I remember once I had this * headline - item TEXT ^ cursor on first "T" of "TEXT" and pressing "TAB" I got: * headline - item TEXT nowadays I get * headline - item TEXT I checked the org-*indent* variables but could not find a matching variable. How can I configure the old behaviour? Thanks Rainer