From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: Indentation problem Date: Wed, 27 May 2009 09:51:39 -0400 Message-ID: <87skiqhcwk.fsf@gollum.intra.norang.ca> 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 1M9JXo-0002mi-Gl for emacs-orgmode@gnu.org; Wed, 27 May 2009 09:51:48 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M9JXk-0002lE-A9 for emacs-orgmode@gnu.org; Wed, 27 May 2009 09:51:48 -0400 Received: from [199.232.76.173] (port=43536 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M9JXk-0002l3-2v for emacs-orgmode@gnu.org; Wed, 27 May 2009 09:51:44 -0400 Received: from mho-01-ewr.mailhop.org ([204.13.248.71]:59046) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1M9JXj-0003Om-IC for emacs-orgmode@gnu.org; Wed, 27 May 2009 09:51:43 -0400 In-Reply-To: (Spike Spiegel's message of "Wed\, 27 May 2009 20\:06\:45 +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: Spike Spiegel Cc: emacs-orgmode@gnu.org Spike Spiegel writes: > Assume I've just added a new task and scheduled it so it looks like this: > > * TODO Some text > SCHEDULED: <2009-05-27 Wed> > [2009-05-21 Thu] > > Now I wanna add some text so I'll go after the date and hit enter, > which puts my cursor at the beginning of the line and not indented > under TODO like the other two lines. furthermore if I press TAB it > won't align to one space, but instead indent 4 spaces. Is this the > expected behavior and how it should work? of course in a similar > fashion if I just paste a bunch of text the problem is the same and > the indentation is not respected (and same if I have fill mode turned > on and the text is wrapped). Especially for second level todos this is > a major annoyance for me, am I missing some obvious settings? > > I'm running 6.27a. I'm using 6.27a on Linux and it works fine for me. ,---- | * TODO Some text | SCHEDULED: <2009-05-27 Wed> | [2009-05-27 Wed] | * Some other text `---- Putting the cursor after the ] of 'Wed]' and hitting RET and then TAB works fine for me. I get this: ,---- | * TODO Some text | SCHEDULED: <2009-05-27 Wed> | [2009-05-27 Wed] | |<-- cursor here | * Some other text `---- Is your TAB key bound to the correct function? (C-h k TAB) gives me - runs the command yas/expand in my regular setup and - runs the command org-cycle in my minimal emacs setup Both work the same for me. -Bernt