From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Jones Subject: Jump to Heading Body, Create Plain List Item Date: Fri, 20 Feb 2009 09:24:58 -0700 Message-ID: <86k57l2i05.fsf@pmade.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LaYBf-0006bg-7s for emacs-orgmode@gnu.org; Fri, 20 Feb 2009 11:25:15 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LaYBd-0006b5-Bf for emacs-orgmode@gnu.org; Fri, 20 Feb 2009 11:25:14 -0500 Received: from [199.232.76.173] (port=56466 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LaYBd-0006ay-6w for emacs-orgmode@gnu.org; Fri, 20 Feb 2009 11:25:13 -0500 Received: from main.gmane.org ([80.91.229.2]:60749 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 1LaYBc-00013S-Oo for emacs-orgmode@gnu.org; Fri, 20 Feb 2009 11:25:12 -0500 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1LaYBX-0007Wy-Pl for emacs-orgmode@gnu.org; Fri, 20 Feb 2009 16:25:07 +0000 Received: from 75-166-116-214.hlrn.qwest.net ([75.166.116.214]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 20 Feb 2009 16:25:07 +0000 Received: from mlists by 75-166-116-214.hlrn.qwest.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 20 Feb 2009 16:25:07 +0000 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 I've been reading through the code, and I don't think this is possible yet, but I wanted to double check before I wrote something. I'd like a function that would do the following: 1) Move to the "body" of a heading (skipping drawers and the like) 2) Create the "body" if necessary (when there are no lines between sibling headings or between drawers and a sibling heading) 3) Append a new plain list item (or create a new plain list if there wasn't one there already) I find myself doing this many times during the day: 1) Create a new heading, and clock in 2) Move point past the clock drawer 3) Create a blank line under the drawer 4) Create a list item It would be super cool if I could just hit a key on a heading, and it would append a new plain list item and move point there. I would probably bind M-RET to this function, since I use C-RET to create new headings. Does this exist? I'll write it otherwise. -- Peter Jones, http://pmade.com pmade inc. Louisville, CO US