From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Indentation of text below headlines Date: Wed, 22 Jul 2009 10:01:28 +0200 Message-ID: <87prbtjgdj.fsf@bzg.ath.cx> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MTWlk-0006K7-CR for emacs-orgmode@gnu.org; Wed, 22 Jul 2009 04:01:44 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MTWlf-0006JR-Uy for emacs-orgmode@gnu.org; Wed, 22 Jul 2009 04:01:44 -0400 Received: from [199.232.76.173] (port=56906 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MTWlf-0006JK-IA for emacs-orgmode@gnu.org; Wed, 22 Jul 2009 04:01:39 -0400 Received: from mx20.gnu.org ([199.232.41.8]:14387) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MTWle-00017v-T0 for emacs-orgmode@gnu.org; Wed, 22 Jul 2009 04:01:39 -0400 Received: from rv-out-0708.google.com ([209.85.198.250]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MTWld-00087s-ML for emacs-orgmode@gnu.org; Wed, 22 Jul 2009 04:01:38 -0400 Received: by rv-out-0708.google.com with SMTP id f25so9366rvb.6 for ; Wed, 22 Jul 2009 01:01:36 -0700 (PDT) In-Reply-To: (onguarde@gmail.com's message of "Wed, 22 Jul 2009 10:48:39 +0800") 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: onguarde - Cc: emacs-orgmode@gnu.org onguarde - writes: > .emacs config file > ;(setf org-adapt-indentation nil) > (setf org-adapt-indentation t) > > I tried setting it up it .emacs like so but it doesn't seem to work no > matter which I comment. > > Am I missing something?? ,----[ org-adapt-indentation ] | Non-nil means, adapt indentation when promoting and demoting. | When this is set and the *entire* text in an entry is indented, the | indentation is increased by one space in a demotion command, and | decreased by one in a promotion command. If any line in the entry | body starts at column 0, indentation is not changed at all. | | This variable also influences how property drawers and planning | information is inserted. When t, these lines drawers will be inserted | indented. When nil, they will not be indented. `---- The important sentence here is "If any line in the entry body starts at column 0, indentation is not changed at all." Maybe you have such a line in the subtree you try to indent? -- Bastien