From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Clemente Subject: Re: Correct Way to Create Sibling Headings Date: Sat, 13 Sep 2008 05:16:06 +0200 Message-ID: <877i9gd9c9.fsf@gmail.com> References: <86fxo6tmol.fsf@pmade.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 1KeLxt-0000P7-Ls for emacs-orgmode@gnu.org; Fri, 12 Sep 2008 23:38:29 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KeLxs-0000Ov-VK for emacs-orgmode@gnu.org; Fri, 12 Sep 2008 23:38:29 -0400 Received: from [199.232.76.173] (port=55285 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KeLxs-0000Os-SD for emacs-orgmode@gnu.org; Fri, 12 Sep 2008 23:38:28 -0400 Received: from ey-out-1920.google.com ([74.125.78.145]:53844) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KeLZz-0006MX-PD for emacs-orgmode@gnu.org; Fri, 12 Sep 2008 23:13:48 -0400 Received: by ey-out-1920.google.com with SMTP id 4so480722eyg.24 for ; Fri, 12 Sep 2008 20:13:45 -0700 (PDT) In-Reply-To: <86fxo6tmol.fsf@pmade.com> (Peter Jones's message of "Thu\, 11 Sep 2008 15\:08\:58 -0600") 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: Peter Jones Cc: emacs-orgmode@gnu.org Peter Jones writes: > I'm aware of two ways to create a sibling heading (a heading directly > after the current heading): > > 1. M-return (org-meta-return) > 2. C-return (org-insert-heading-after-current) > There's also: 3. C-c return (org-ctrl-c-ret)