From mboxrd@z Thu Jan 1 00:00:00 1970 From: Charles Cave Subject: Feature request - add a new heading with a lower level than current Date: Tue, 11 Dec 2007 09:03:15 +1100 Message-ID: <200712102203.lBAM3FQG012682@mail06.syd.optusnet.com.au> Reply-To: charles_cave@optusnet.com.au Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: binary Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1J1qil-0006Zn-R5 for emacs-orgmode@gnu.org; Mon, 10 Dec 2007 17:03:27 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1J1qij-0006ZU-E6 for emacs-orgmode@gnu.org; Mon, 10 Dec 2007 17:03:26 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J1qij-0006ZR-9Y for emacs-orgmode@gnu.org; Mon, 10 Dec 2007 17:03:25 -0500 Received: from mail06.syd.optusnet.com.au ([211.29.132.187]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1J1qij-0003LG-2K for emacs-orgmode@gnu.org; Mon, 10 Dec 2007 17:03:25 -0500 Received: from localhost.localdomain (webmail05.syd.optusnet.com.au [211.29.132.239]) by mail06.syd.optusnet.com.au (8.13.1/8.13.1) with ESMTP id lBAM3FQG012682 for ; Tue, 11 Dec 2007 09:03:15 +1100 Content-Disposition: inline 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 org-mode has the feature of entering M-RET to insert a heding with the same level as current. I would like a command to enter a new headline at a level BELOW the current headline. The command key binding could be a modificaton to M-RET maybe adding the ctl or shift key. The reason for this functionality is when using org-mode for brainstorming. I want to quickly add more than one child heading to the current heading. Adding the first child heading is slower because I have to do a M-RET backspace backspace asterisk (*) space the continue. The next headline is added with a M-RET. Mindmapping programs call this a Rapid Fire brainstorming. If someone coud suggest how to modify the org-el code to do so this would be great. I found references to overriding the self-insert-command function but couldn find how M-Ret is implemented. Thanks Charles