From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Problem indenting plain lists Date: Fri, 13 Nov 2009 16:37:17 +0100 Message-ID: <24ABCC20-E99E-4B2E-BAAC-B3240E114477@gmail.com> References: <4A06DF89-8FEC-4577-9685-C20A07E80D4A@yahoo.com> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N8yDG-0000Qi-Qu for emacs-orgmode@gnu.org; Fri, 13 Nov 2009 10:37:26 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N8yDB-0000Pw-0p for emacs-orgmode@gnu.org; Fri, 13 Nov 2009 10:37:25 -0500 Received: from [199.232.76.173] (port=39115 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N8yDA-0000Pl-RC for emacs-orgmode@gnu.org; Fri, 13 Nov 2009 10:37:20 -0500 Received: from ey-out-1920.google.com ([74.125.78.144]:27242) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N8yDA-0004ya-Ft for emacs-orgmode@gnu.org; Fri, 13 Nov 2009 10:37:20 -0500 Received: by ey-out-1920.google.com with SMTP id 3so900830eyh.34 for ; Fri, 13 Nov 2009 07:37:20 -0800 (PST) In-Reply-To: <4A06DF89-8FEC-4577-9685-C20A07E80D4A@yahoo.com> 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 On Nov 13, 2009, at 4:22 PM, Anthony Lander wrote: > 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? No, but you can put the cursor in column zero at "notes 1" and press M- RET. - Carsten > > Thanks, > > -Anthony > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode - Carsten