From mboxrd@z Thu Jan 1 00:00:00 1970 From: Graham Smith Subject: Re: Re: [babel] R - variable names in summary Date: Wed, 9 Dec 2009 16:46:24 +0000 Message-ID: <2c75873c0912090846t3976e0fdjcfc8eba15dd4a723@mail.gmail.com> References: <2c75873c0912081550m5da3861fgb3a14f047f8638ae@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NIPgN-00030W-Ly for emacs-orgmode@gnu.org; Wed, 09 Dec 2009 11:46:31 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NIPgJ-0002xq-4e for emacs-orgmode@gnu.org; Wed, 09 Dec 2009 11:46:31 -0500 Received: from [199.232.76.173] (port=52155 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NIPgI-0002xh-Sa for emacs-orgmode@gnu.org; Wed, 09 Dec 2009 11:46:26 -0500 Received: from mail-fx0-f213.google.com ([209.85.220.213]:58652) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NIPgI-0008Ic-Hz for emacs-orgmode@gnu.org; Wed, 09 Dec 2009 11:46:26 -0500 Received: by fxm5 with SMTP id 5so6949549fxm.8 for ; Wed, 09 Dec 2009 08:46:25 -0800 (PST) In-Reply-To: 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 Austin > This is help from the R side, not from the org-babel side. =C2=A0If these > suggestions don't work, one of the babelers will have to step in. > > Many functions that print output to the interactive buffer will not > produce that output when called outside of the interactive buffer. =C2=A0= For > these functions, if you wrap them in print() you can usually get the Thanks, yes, I have that problem with lattice plots and sweave, didn't think about it for this problem, However, some examples that Tom gave me use str unwrapped so I assume it should work. But I will bear that in mind. Graham