From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Subject: Re: identation in enabled org-indent-mode and disabled OIM Date: Wed, 02 Mar 2011 14:12:16 +0100 Message-ID: <87bp1tfyz3.fsf@gmail.com> References: <87fwr5g1if.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=40860 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pulqn-0006a3-2E for Emacs-orgmode@gnu.org; Wed, 02 Mar 2011 08:12:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pulql-0006f9-0I for Emacs-orgmode@gnu.org; Wed, 02 Mar 2011 08:12:20 -0500 Received: from mail-fx0-f41.google.com ([209.85.161.41]:55760) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pulqk-0006eR-Qs for Emacs-orgmode@gnu.org; Wed, 02 Mar 2011 08:12:18 -0500 Received: by fxm5 with SMTP id 5so6947114fxm.0 for ; Wed, 02 Mar 2011 05:12:17 -0800 (PST) In-Reply-To: (Thomas Hisch's message of "Wed, 2 Mar 2011 13:31:57 +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: Thomas Hisch Cc: Emacs-orgmode@gnu.org Thomas Hisch writes: > After reindenting the whole buffer with > C-x h C-M-\ the list (item1) is not indented properly: > > * Head 1 > Test 0 > ** Subhead 1 > Test 1 > *** Subsubhead 1 > Test 1a > ** Subhead 2 > Test 2 > - item 1 > lals2 > lsakdl3 > lkal3 > item 2 As you may have observed when pressing TAB at an item, lists are never indented. Or more precisely, their indentation is independent from current level of headline. This is because TAB is also used to cycle visibility of the item at point. Well, it may do both actions, but I'm not sure if it's worth implementing it. Anyway, you can still move a whole list to the desired column using M-S-right or M-S-left on the very first level of the list. Regards, -- Nicolas