From mboxrd@z Thu Jan 1 00:00:00 1970 From: dmg Subject: Re: bug in expansion of variables in babel Perl Date: Sun, 24 Feb 2013 01:45:05 -0800 Message-ID: References: <87ppzq138q.fsf@mn.cs.uvic.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:49586) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U9Y9V-0004Ar-Pk for emacs-orgmode@gnu.org; Sun, 24 Feb 2013 04:45:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U9Y9S-0003pZ-CB for emacs-orgmode@gnu.org; Sun, 24 Feb 2013 04:45:49 -0500 Received: from mail-wi0-f178.google.com ([209.85.212.178]:43926) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U9Y9S-0003pG-6o for emacs-orgmode@gnu.org; Sun, 24 Feb 2013 04:45:46 -0500 Received: by mail-wi0-f178.google.com with SMTP id o1so2165889wic.5 for ; Sun, 24 Feb 2013 01:45:45 -0800 (PST) In-Reply-To: <87ppzq138q.fsf@mn.cs.uvic.ca> 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 Mm, I also noticed that when :results output is used, there is no way to insert perl code before or after the executed code. org-babel-perl-wrapper-method only works for all the methods but output. It would be nice to have a variable that does this for any output type. --dmg On Sun, Feb 24, 2013 at 1:16 AM, D M German wrote: > > Hi Everybody, > > I found a bug in the Babel perl code. When a table is used as input, the > values of the table are not escaped. In fact, they are surrounded by > double quotes " instead of single ones '. This means that special > characters are interpreted: $, and @ variables. See below. > > --dmg --- Daniel M. German http://turingmachine.org