From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rainer Stengele Subject: Re: "Create new heading after this one" command Date: Thu, 20 Sep 2007 09:14:04 +0200 Message-ID: References: <87y7f4t1s8.fsf@aka.i.naked.iki.fi> <532f1c40df3bc78dbc4255f25df4e5e3@science.uva.nl> <87fy1bv50p.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IYGFA-0002K5-Ja for emacs-orgmode@gnu.org; Thu, 20 Sep 2007 03:14:36 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IYGF8-0002H5-VO for emacs-orgmode@gnu.org; Thu, 20 Sep 2007 03:14:36 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IYGF8-0002Gq-Qn for emacs-orgmode@gnu.org; Thu, 20 Sep 2007 03:14:34 -0400 Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IYGF8-0000te-F1 for emacs-orgmode@gnu.org; Thu, 20 Sep 2007 03:14:34 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1IYGEw-0006oN-N2 for emacs-orgmode@gnu.org; Thu, 20 Sep 2007 09:14:22 +0200 Received: from 212.34.176.74 ([212.34.176.74]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 20 Sep 2007 09:14:22 +0200 Received: from rainer.stengele by 212.34.176.74 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 20 Sep 2007 09:14:22 +0200 In-Reply-To: <87fy1bv50p.fsf@bzg.ath.cx> 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 Bastien schrieb: > Carsten Dominik writes: > >> (defun org-new-heading-after-current () >> "Insert a new heading with same level as current, after current >> subtree." >> (interactive) >> (org-back-to-heading) >> (org-insert-heading) >> (org-move-subtree-down) >> (end-of-line 1)) >> >> Any suggestions for a keybinding? > > C-M-return? > > (I first considered of M-S-return but then I realized it calls > org-insert-todo-heading.) > a dream! - the removal of what was bugging me too! Thank you and C-M-return is perfect, Rainer