From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: remember template indentation Date: Sat, 28 Mar 2009 19:58:49 -0400 Message-ID: <87zlf5ci86.fsf@gollum.intra.norang.ca> References: <938fae2d0903281145t5eb3f368q77ba958b796e267d@mail.gmail.com> <20090328221940.GA5179@thinkpad> <938fae2d0903281543o22e24f1fv897eb7d4ac7835fa@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LniQT-0004VO-N7 for emacs-orgmode@gnu.org; Sat, 28 Mar 2009 19:58:57 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LniQQ-0004TP-09 for emacs-orgmode@gnu.org; Sat, 28 Mar 2009 19:58:57 -0400 Received: from [199.232.76.173] (port=54600 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LniQP-0004TI-S2 for emacs-orgmode@gnu.org; Sat, 28 Mar 2009 19:58:53 -0400 Received: from mho-02-ewr.mailhop.org ([204.13.248.72]:52516) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LniQP-0003vt-HC for emacs-orgmode@gnu.org; Sat, 28 Mar 2009 19:58:53 -0400 In-Reply-To: <938fae2d0903281543o22e24f1fv897eb7d4ac7835fa@mail.gmail.com> (Eraldo Helal's message of "Sat\, 28 Mar 2009 23\:43\: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: Eraldo Helal Cc: emacs-orgmode@gnu.org Eraldo Helal writes: > The problem is that the LOGBOOK item does not move with the headline... > > example: > > BEFORE > ** > =C2=A0 :LOGBOOK: > =C2=A0 - Created from > =C2=A0 :END: > > > AFTER > **** > =C2=A0 :LOGBOOK: > =C2=A0 - Created from > =C2=A0 :END: > > > It does when created by changing to state.... > But I did also find out that this is a general problem! (not remember onl= y) > > It works like this: > If there is a description text, it does not move with the headline. > If there is no description text, it does move along with the headline. > > Any suggestions how to solve this? You need to indent all of the text under the headline for the indents to change If any of the text is indented _less_ than the heading level then changing indents is disabled IIRC. -Bernt