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:43:54 +0000 Message-ID: <2c75873c1003161143j3ae1d304gc6f4070aa7cf2124@mail.gmail.com> References: <2c75873c1003161126r36c5e2c0kfa3f3540bf9ec7cf@mail.gmail.com> <87mxy8nmhv.fsf@stats.ox.ac.uk> 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 1NrbkG-0003Nm-9w for emacs-orgmode@gnu.org; Tue, 16 Mar 2010 14:44:00 -0400 Received: from [140.186.70.92] (port=46394 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NrbkE-0003ND-Uc for emacs-orgmode@gnu.org; Tue, 16 Mar 2010 14:43:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NrbkB-0007Be-Sj for emacs-orgmode@gnu.org; Tue, 16 Mar 2010 14:43:58 -0400 Received: from mail-wy0-f169.google.com ([74.125.82.169]:39626) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NrbkB-0007BW-MA for emacs-orgmode@gnu.org; Tue, 16 Mar 2010 14:43:55 -0400 Received: by wyf22 with SMTP id 22so133349wyf.0 for ; Tue, 16 Mar 2010 11:43:54 -0700 (PDT) In-Reply-To: <87mxy8nmhv.fsf@stats.ox.ac.uk> 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 Dan > Use ':results output' to get the printed output. The default mode > is ':results value' which returns the value of the last expression in > the block. Thanks, that's great. At least I managed to sort out my other two problems today on my own !! Graham