From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Insert TODO Item at Bottom Date: Sat, 22 Dec 2012 18:48:31 +0100 Message-ID: <874njdwthi.fsf@bzg.ath.cx> References: <87objznyr7.fsf@quasar.esben-stien.name> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:50368) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TmYbJ-0006Up-9w for emacs-orgmode@gnu.org; Sat, 22 Dec 2012 18:35:33 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TmYbC-0003vx-Hh for emacs-orgmode@gnu.org; Sat, 22 Dec 2012 18:35:29 -0500 Received: from mail-we0-f179.google.com ([74.125.82.179]:58329) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TmYbC-0003ve-BW for emacs-orgmode@gnu.org; Sat, 22 Dec 2012 18:35:22 -0500 Received: by mail-we0-f179.google.com with SMTP id r6so2809755wey.24 for ; Sat, 22 Dec 2012 15:35:21 -0800 (PST) In-Reply-To: <87objznyr7.fsf@quasar.esben-stien.name> (Esben Stien's message of "Fri, 19 Oct 2012 01:31:24 +0200") 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: Esben Stien Cc: emacs-orgmode@gnu.org Hi Esben, Esben Stien writes: > I add a TODO item with M-S-RET, but is there any way to insert the new > TODO item at the bottom of the current node or is there any way to > navigate quickly to the last TODO item of the current node?. >From git master repo, you can now use C-u C-u M-RET or C-u C-u S-M-RET to insert the subtree at the end of the parent subtree. Thanks, -- Bastien