From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anthony Lander Subject: Problem indenting plain lists Date: Fri, 13 Nov 2009 10:22:11 -0500 Message-ID: <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 1N8xyd-0006S7-5y for emacs-orgmode@gnu.org; Fri, 13 Nov 2009 10:22:19 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N8xya-0006R7-V5 for emacs-orgmode@gnu.org; Fri, 13 Nov 2009 10:22:16 -0500 Received: from [199.232.76.173] (port=36342 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N8xya-0006R4-N1 for emacs-orgmode@gnu.org; Fri, 13 Nov 2009 10:22:16 -0500 Received: from smtp103.prem.mail.ac4.yahoo.com ([76.13.13.42]:30944) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1N8xya-0002z1-E0 for emacs-orgmode@gnu.org; Fri, 13 Nov 2009 10:22:16 -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: emacs-orgmode@gnu.org 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? Thanks, -Anthony