From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Riley Subject: Re: org-babel - utility to ease chopping src chunks into smaller org entries Date: Mon, 20 Sep 2010 00:03:56 +0200 Message-ID: References: <878w2xfllt.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=48424 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OxRzh-0006Gv-2u for emacs-orgmode@gnu.org; Sun, 19 Sep 2010 18:04:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OxRzg-0008Pm-2x for emacs-orgmode@gnu.org; Sun, 19 Sep 2010 18:04:20 -0400 Received: from lo.gmane.org ([80.91.229.12]:46730) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OxRzf-0008Pb-SQ for emacs-orgmode@gnu.org; Sun, 19 Sep 2010 18:04:20 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OxRzb-0007mo-J4 for emacs-orgmode@gnu.org; Mon, 20 Sep 2010 00:04:15 +0200 Received: from 85.183.18.158 ([85.183.18.158]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 20 Sep 2010 00:04:15 +0200 Received: from rileyrg by 85.183.18.158 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 20 Sep 2010 00:04:15 +0200 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 "Eric Schulte" writes: > > Let me know what you think. I notice your implementation uses > regions, It puts the begin/src markers around the region if selected or current word. > where as this one does not, so it's possible I left out some > functionality. I'd like to include some version of this functionality > into Org-mode core.