From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg Minshall Subject: Re: parameterizing keyword values during a #+call Date: Wed, 01 May 2013 06:52:26 -0400 Message-ID: <16032.1367405546@greg-minshalls-mbp.local> Return-path: Received: from eggs.gnu.org ([208.118.235.92]:52975) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UXUeJ-0003QO-CD for emacs-orgmode@gnu.org; Wed, 01 May 2013 06:52:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UXUeD-00048f-7x for emacs-orgmode@gnu.org; Wed, 01 May 2013 06:52:35 -0400 Received: from relay03.pair.com ([209.68.5.17]:2999) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1UXUeD-00048B-1m for emacs-orgmode@gnu.org; Wed, 01 May 2013 06:52:29 -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: Gary Oberbrunner Cc: Orgmode Mailing List Gary, > Org-mode macros that got expanded in the middle of babel source block > text would be cool. Just saying. i agree with Eric's comment. if you think of the issue of trying to parse an arbitrary (and growing) number of languages, trying to avoid language-specific constructions in your choice of macro-designator (things like "@@..@@" or "{{..}}" or "$.." or...), etc., you will probably fairly quickly come to see the benefits of :var as the way of passing in inputs. cheers, Greg