From mboxrd@z Thu Jan 1 00:00:00 1970 From: Graham Smith Subject: Re: [babel] multiple result outputs from function Date: Tue, 16 Mar 2010 18:53:13 +0000 Message-ID: <2c75873c1003161153j307e1441g17b02369df0c7a95@mail.gmail.com> References: <2c75873c1003161126r36c5e2c0kfa3f3540bf9ec7cf@mail.gmail.com> <4B9FD076.3050709@ccbr.umn.edu> 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 1NrbtH-0004IH-NZ for emacs-orgmode@gnu.org; Tue, 16 Mar 2010 14:53:19 -0400 Received: from [140.186.70.92] (port=52486 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NrbtG-0004FS-0n for emacs-orgmode@gnu.org; Tue, 16 Mar 2010 14:53:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NrbtD-00007q-JE for emacs-orgmode@gnu.org; Tue, 16 Mar 2010 14:53:16 -0400 Received: from mail-ww0-f41.google.com ([74.125.82.41]:57883) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NrbtD-00007l-95 for emacs-orgmode@gnu.org; Tue, 16 Mar 2010 14:53:15 -0400 Received: by wwb31 with SMTP id 31so182854wwb.0 for ; Tue, 16 Mar 2010 11:53:14 -0700 (PDT) In-Reply-To: <4B9FD076.3050709@ccbr.umn.edu> 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: Erik Iverson Cc: emacs-orgmode@gnu.org Erik > So, add ":results output" to your source header block. Dan beat you to it, but.. > list(xbar, lower.ci, upper.ci) This is useful, but the output isn't exactly as I expected #+results: SumFlowering2005 : [[1]] : [1] 1.513333 : : [[2]] : [1] 1.048065 : : [[3]] : [1] 1.978602 is there a way of replacing the [1] [2] and [3] with the object names (I know this is really an R question) Thanks, Graham