From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: struggling with simple indentation Date: Tue, 26 Oct 2010 11:05:24 +0200 Message-ID: <87vd4pqq7f.wl%n.goaziou@gmail.com> References: <87zku2qk1i.wl%n.goaziou@gmail.com> <4CC6953F.7060600@diplan.de> 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=54833 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PAfTF-0005aF-Vo for emacs-orgmode@gnu.org; Tue, 26 Oct 2010 05:05:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PAfTD-0001lc-H3 for emacs-orgmode@gnu.org; Tue, 26 Oct 2010 05:05:28 -0400 Received: from mail-wy0-f169.google.com ([74.125.82.169]:35486) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PAfTD-0001lP-BT for emacs-orgmode@gnu.org; Tue, 26 Oct 2010 05:05:27 -0400 Received: by wyf23 with SMTP id 23so4656613wyf.0 for ; Tue, 26 Oct 2010 02:05:26 -0700 (PDT) In-Reply-To: <4CC6953F.7060600@diplan.de> 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: > One thing that is annoying me still: > Having > ** headline > - indent > text > ^ > and pressing "TAB" I end up with > ** headline > - indent > text > ^ > but would like to have > ** headline > - indent > text > ^ > Is this configurable? Yes. The less intrusive way of obtaining this is to use C-j instead of RET after the "indent" line. If you do not want lists to rely on indentation ever, you can set `org-list-ending-method' to `regexp'. In this case, only blank lines can end a list (see variable doc-string for more information), so "text" will get back into the item after pressing TAB. Regards, -- Nicolas