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: Tue, 21 Sep 2010 13:17:41 +0200 Message-ID: References: <878w2xfllt.fsf@gmail.com> <877hihdqtz.fsf@gmail.com> <87fwx4sco2.fsf@gmail.com> <87iq20p473.fsf@stats.ox.ac.uk> <4C9865B2.1040103@christianmoe.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=34032 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Oy0rL-0007Ve-7G for emacs-orgmode@gnu.org; Tue, 21 Sep 2010 07:18:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Oy0rF-000060-R0 for emacs-orgmode@gnu.org; Tue, 21 Sep 2010 07:18:03 -0400 Received: from lo.gmane.org ([80.91.229.12]:51230) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Oy0rF-00005n-IW for emacs-orgmode@gnu.org; Tue, 21 Sep 2010 07:17:57 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Oy0rC-0007bJ-Uj for emacs-orgmode@gnu.org; Tue, 21 Sep 2010 13:17:54 +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 ; Tue, 21 Sep 2010 13:17:54 +0200 Received: from rileyrg by 85.183.18.158 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 21 Sep 2010 13:17:54 +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 Christian Moe writes: > Hi, > > I'm late to this discussion, but just a lateral thought: > > Would you consider rewriting this as `org-demarcate-block' or similar, > to operate on all #+begin_...end blocks, not just src? > > If generalized this function could be equally useful for non-src > blocks as well. Example blocks come immediately to mind, but there are > non-coding applications too. > > For instance, I store many notes with quotes from various texts, > sometimes in fairly long =#+begin_quote= blocks, which I then need to > split up when I want to write an extended discussion of a passage, > quoting a few lines at a time. > > For those who use verse blocks (I all too seldom have the need...), it > may be even more useful. I think thats a great idea.