From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Insert TODO Item at Bottom Date: Wed, 12 Mar 2014 17:52:55 +0100 Message-ID: <87siqn8il4.fsf@bzg.ath.cx> References: <87objznyr7.fsf@quasar.esben-stien.name> <874njdwthi.fsf@bzg.ath.cx> <87fvmo8dz8.fsf@quasar.esben-stien.name> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56792) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WNmOv-0003MP-F3 for emacs-orgmode@gnu.org; Wed, 12 Mar 2014 12:53:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WNmOq-00035V-29 for emacs-orgmode@gnu.org; Wed, 12 Mar 2014 12:53:05 -0400 Received: from rs249.mailgun.us ([209.61.151.249]:55943) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WNmOp-00033e-RQ for emacs-orgmode@gnu.org; Wed, 12 Mar 2014 12:53:00 -0400 In-Reply-To: <87fvmo8dz8.fsf@quasar.esben-stien.name> (Esben Stien's message of "Wed, 12 Mar 2014 01:20:11 +0100") 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: > ****** foo > ******* TODO 1 > ******* TODO 2 > ******* TODO 3 > > If I stand on "foo" and hit a key combination, I want to insert a new > TODO at the bottom of the current node, so that it becomes "TODO 4" When point is on foo, C-c C-_ C-u C-u S-M-RET will do it. Otherwise you can check `org-insert-heading-hook'. HTH, -- Bastien