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:06:33 +0200 Message-ID: <87tyk9qq5i.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=56425 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PAfUM-0007XF-VD for emacs-orgmode@gnu.org; Tue, 26 Oct 2010 05:06:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PAfUK-00024J-JR for emacs-orgmode@gnu.org; Tue, 26 Oct 2010 05:06:38 -0400 Received: from mail-ww0-f49.google.com ([74.125.82.49]:35096) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PAfUK-000243-FB for emacs-orgmode@gnu.org; Tue, 26 Oct 2010 05:06:36 -0400 Received: by wwb34 with SMTP id 34so4559619wwb.30 for ; Tue, 26 Oct 2010 02:06:35 -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