From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: how can I insert a new heading after all at this level? Date: Sun, 03 Mar 2013 18:08:24 +0100 Message-ID: <874ngscsxj.fsf@bzg.ath.cx> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:35117) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UCCOf-00032z-HQ for emacs-orgmode@gnu.org; Sun, 03 Mar 2013 12:08:26 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UCCOe-0000f2-Dg for emacs-orgmode@gnu.org; Sun, 03 Mar 2013 12:08:25 -0500 Received: from mail-wg0-f44.google.com ([74.125.82.44]:57580) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UCCOe-0000et-7i for emacs-orgmode@gnu.org; Sun, 03 Mar 2013 12:08:24 -0500 Received: by mail-wg0-f44.google.com with SMTP id dr12so3619017wgb.11 for ; Sun, 03 Mar 2013 09:08:23 -0800 (PST) In-Reply-To: (David Naumann's message of "Tue, 19 Feb 2013 14:53:58 -0500 (EST)") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: David Naumann Cc: emacs-orgmode@gnu.org Hi David, David Naumann writes: > What I would like to be able to do is insert a new heading at the same > level as current, _following_ all the others. For example, with the > cursor on the A in this tree: > > * top > -> ** A > ** B > ** C > * next > > I would like to insert a last sibling and move to it: > > * top > ** A > ** B > ** C > -> ** > * next >From current git repo (master branch), you can now use C-u C-u M-RET to insert a headline after all siblings. Thanks for suggesting this, -- Bastien