From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Schulte Subject: Re: parameterizing keyword values during a #+call Date: Fri, 26 Apr 2013 16:34:42 -0600 Message-ID: <87ehdw53b1.fsf@gmail.com> References: <98306.1367015235@greg-minshalls-mbp.local> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:56639) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UVrE1-0002Se-PO for emacs-orgmode@gnu.org; Fri, 26 Apr 2013 18:34:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UVrE0-0001NE-B4 for emacs-orgmode@gnu.org; Fri, 26 Apr 2013 18:34:41 -0400 Received: from mail-pd0-f177.google.com ([209.85.192.177]:50256) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UVrE0-0001NA-4k for emacs-orgmode@gnu.org; Fri, 26 Apr 2013 18:34:40 -0400 Received: by mail-pd0-f177.google.com with SMTP id p11so2692479pdj.36 for ; Fri, 26 Apr 2013 15:34:39 -0700 (PDT) In-Reply-To: <98306.1367015235@greg-minshalls-mbp.local> (Greg Minshall's message of "Fri, 26 Apr 2013 18:27:15 -0400") 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: Greg Minshall Cc: emacs-orgmode@gnu.org Greg Minshall writes: > Eric, > >> And you could wrap up the extra-long Emacs-lisp in a function or macro >> in your init to avoid the overlength header argument. > > is it possible to embed the function inside the .org file itself? (in > order to promote sharing of .org files, without needing any > more-than-necessary ancillary state to accompany the file.) > > (i can imagine the file extension == file type being a parameter to the > asymptote routines, but i'd *rather* have it pass in the :file > parameter.) > You could put the emacs-lisp code into an emacs-lisp code block which is exported but has a result type of "none" or "silent". Best, > > cheers, Greg -- Eric Schulte http://cs.unm.edu/~eschulte