From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg Minshall Subject: Re: parameterizing keyword values during a #+call Date: Fri, 26 Apr 2013 18:27:15 -0400 Message-ID: <98306.1367015235@greg-minshalls-mbp.local> References: <87txmuhyvq.fsf@gmail.com> Return-path: Received: from eggs.gnu.org ([208.118.235.92]:54942) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UVr6v-0000AJ-I7 for emacs-orgmode@gnu.org; Fri, 26 Apr 2013 18:27:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UVr6t-0007gU-8g for emacs-orgmode@gnu.org; Fri, 26 Apr 2013 18:27:21 -0400 Received: from relay03.pair.com ([209.68.5.17]:2464) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1UVr6t-0007gG-1g for emacs-orgmode@gnu.org; Fri, 26 Apr 2013 18:27:19 -0400 In-reply-to: Your message of "Thu, 25 Apr 2013 19:19:37 -0600." <87txmuhyvq.fsf@gmail.com> 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: Eric Schulte Cc: emacs-orgmode@gnu.org 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.) cheers, Greg