From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: Problem indenting plain lists Date: Fri, 13 Nov 2009 11:12:29 -0500 Message-ID: <87bpj64d5e.fsf@gollum.intra.norang.ca> References: <4A06DF89-8FEC-4577-9685-C20A07E80D4A@yahoo.com> 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 1N8ylL-0003Uf-Dv for emacs-orgmode@gnu.org; Fri, 13 Nov 2009 11:12:39 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N8ylH-0003QP-AA for emacs-orgmode@gnu.org; Fri, 13 Nov 2009 11:12:38 -0500 Received: from [199.232.76.173] (port=58747 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N8ylG-0003Py-W3 for emacs-orgmode@gnu.org; Fri, 13 Nov 2009 11:12:35 -0500 Received: from mho-02-ewr.mailhop.org ([204.13.248.72]:58745) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1N8ylG-0002tf-7V for emacs-orgmode@gnu.org; Fri, 13 Nov 2009 11:12:34 -0500 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: Anthony Lander Cc: emacs-orgmode@gnu.org Anthony Lander writes: > I'm on Org-mode version 6.33 (release_6.33) and I'm having a problem > with indenting. Given this little org file: > > * Heading 1 > - notes 1 > - notes 2 > - more notes > *** Heading 2 > - even more notes > - even more notes > > I want to make a new plain list item before "notes 1". > > If I put my cursor at the start of the line that says "- notes 1", > then RET and C-p (ie make a blank line) and then type -TAB nothing > happens. If I type - and then use either demote heading or demote > subtree, it indents the current line, but also demotes all the lines > below it. Is there a way to just indent the hyphen so it lines up with > other notes lines? Hi Anthony, I can't reproduce this behaviour. If I put the point at the start of the ' - notes 1' line then hit M-RET I get this: ,---- | * Heading 1 | - | - notes 1 | - notes 2 | - more notes | *** Heading 2 `---- RET C-p - TAB gives me this: ,---- | * Heading 1 | - | - notes 1 | - notes 2 | - more notes | *** Heading 2 `---- Org-mode version 6.33 (release_6.33) GNU Emacs 22.2.1 (i486-pc-linux-gnu, GTK+ Version 2.12.11) of 2008-11-09 on raven, modified by Debian -Bernt