From mboxrd@z Thu Jan 1 00:00:00 1970 From: Graham Smith Subject: Re: Re: Babel - simple getting started problem Date: Mon, 7 Dec 2009 10:12:42 +0000 Message-ID: <2c75873c0912070212v5072958bh5cc9044bf6ba4a19@mail.gmail.com> References: <2c75873c0912062320m20284efawb5b4414fa5593691@mail.gmail.com> <87ws0zyump.fsf@mundaneum.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NHaaH-0007SG-TO for emacs-orgmode@gnu.org; Mon, 07 Dec 2009 05:12:50 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NHaaD-0007La-6l for emacs-orgmode@gnu.org; Mon, 07 Dec 2009 05:12:49 -0500 Received: from [199.232.76.173] (port=43106 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NHaaC-0007LF-QB for emacs-orgmode@gnu.org; Mon, 07 Dec 2009 05:12:44 -0500 Received: from mail-fx0-f213.google.com ([209.85.220.213]:42749) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NHaaC-0004Cs-Fh for emacs-orgmode@gnu.org; Mon, 07 Dec 2009 05:12:44 -0500 Received: by fxm5 with SMTP id 5so4408054fxm.8 for ; Mon, 07 Dec 2009 02:12:43 -0800 (PST) In-Reply-To: <87ws0zyump.fsf@mundaneum.com> 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@gnu.org Seb > You must pass somehow the variable you want to work with. > > See http://eschulte.github.com/org-babel/org-babel.org.html and its example 1. Thanks, I will look at the link, I thought I had done this by assigning a name to the output #+srcname:trial and then trying to run the command on the output mean(trial) But obviously this isn't how it works. Graham