From mboxrd@z Thu Jan 1 00:00:00 1970 From: Taru Karttunen Subject: [babel] #+call: result names? Date: Mon, 15 Feb 2010 13:16:59 +0200 Message-ID: <1266232415-sup-4306@oz.taruti.net> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ngz1g-00040x-I5 for emacs-orgmode@gnu.org; Mon, 15 Feb 2010 06:22:04 -0500 Received: from [140.186.70.92] (port=50738 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ngz1g-00040m-1c for emacs-orgmode@gnu.org; Mon, 15 Feb 2010 06:22:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Ngz1f-0007Fc-RS for emacs-orgmode@gnu.org; Mon, 15 Feb 2010 06:22:04 -0500 Received: from courier.cs.helsinki.fi ([128.214.9.1]:52790 helo=mail.cs.helsinki.fi) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Ngz1f-0007FQ-Lz for emacs-orgmode@gnu.org; Mon, 15 Feb 2010 06:22:03 -0500 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode Hello I have code like #+call: foo(x="bar") that produces #+results: foo(x="bar") ... Referring to the results with such a name elsewhere does not seem to work and is tedious. Is there a way to to rename the results? i.e. #+call: foo(x="bar") as foobar producing #+results: foobar - Taru Karttunen