From mboxrd@z Thu Jan 1 00:00:00 1970 From: asr@ufl.edu (Allen S. Rout) Subject: Re: PERL, org-mode and literal document input. Date: Fri, 06 May 2011 16:21:18 -0400 Message-ID: <87liyjwpfl.fsf@ufl.edu> References: <87ei4gc0kg.fsf@ufl.edu> <87vcxouauw.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([140.186.70.92]:39450) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QIRWt-0007cy-WC for emacs-orgmode@gnu.org; Fri, 06 May 2011 16:21:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QIRWp-0000VX-A1 for emacs-orgmode@gnu.org; Fri, 06 May 2011 16:21:39 -0400 Received: from lo.gmane.org ([80.91.229.12]:35082) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QIRWp-0000VR-4M for emacs-orgmode@gnu.org; Fri, 06 May 2011 16:21:35 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1QIRWm-00005S-IA for emacs-orgmode@gnu.org; Fri, 06 May 2011 22:21:32 +0200 Received: from n128-227-126-167.xlate.ufl.edu ([128.227.126.167]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 06 May 2011 22:21:32 +0200 Received: from asr by n128-227-126-167.xlate.ufl.edu with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 06 May 2011 22:21:32 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org "Eric Schulte" writes: > alternately you could just include your yaml as an example block > > #+results: yaml-config > : erpalpha:... This is what I've eventually done. It feels dirty; I'm asserting the "results" block of a nonexistent src, and saying "edit this". But perhaps I should just deal with it. Am I silly to want to be able to label it 'srcname' instead of 'results'? My elisp-fu is not good enough to let me define :var-but-read-the-src-block - Allen S. Rout