From mboxrd@z Thu Jan 1 00:00:00 1970 From: Riccardo Romoli Subject: Re: org-babel export latex problem Date: Fri, 3 Feb 2012 12:43:32 +0100 Message-ID: References: <1A37B555-EDAF-4745-8A56-A10B14ED5A47@gmail.com> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=047d7b2ee1257c9de704b80dd2af Return-path: Received: from eggs.gnu.org ([140.186.70.92]:51317) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RtHYJ-0007WO-Az for emacs-orgmode@gnu.org; Fri, 03 Feb 2012 06:43:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RtHYD-000553-HR for emacs-orgmode@gnu.org; Fri, 03 Feb 2012 06:43:39 -0500 Received: from mail-pw0-f41.google.com ([209.85.160.41]:41694) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RtHYD-00054y-9Z for emacs-orgmode@gnu.org; Fri, 03 Feb 2012 06:43:33 -0500 Received: by pbaa12 with SMTP id a12so3193901pba.0 for ; Fri, 03 Feb 2012 03:43:32 -0800 (PST) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: "Thomas S. Dye" Cc: emacs-orgmode@gnu.org --047d7b2ee1257c9de704b80dd2af Content-Type: text/plain; charset=ISO-8859-1 The version is 6.33x Best 2012/2/3 Thomas S. Dye > Riccardo Romoli writes: > > > Hi, I'm new of these list and of the org-babel world. > > I need to use both LaTeX and R, so I write the R code within an src > > block: > > > > #+begin_src R :results output silent :exports none > > library(chemometrics) > > library(MASS) > > library(lattice) > > #+end_src > > > > When I export to LaTex (C-c C-e l) the R code I wrote, this is the > > result: > > > > \begin{verbatim} > > library(chemometrics) > > library(MASS) > > library(lattice) > > \end{verbatim} > > > > How could I not display the result of the R computation? In the org- > > manual (chapter 14 ) I read that what I need should be done using: > > > > :results output silent :exports none > > > > but despite I use this option nothing change. > > > > Do you have any suggestion?? > > > > Best > > Riccardo > > > > > Aloha Riccardo, > > What version of Org mode are you using? > > All the best, > Tom > -- > Thomas S. Dye > http://www.tsdye.com > --047d7b2ee1257c9de704b80dd2af Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable The version is 6.33x

Best

2012/2/3= Thomas S. Dye <tsd@t= sdye.com>
Riccardo Romoli <ric.romoli@gmail.com> writes:

> Hi, I'm new of these list and of the org-babel world.
> I need to use both LaTeX and R, so I write the R code within an src > block:
>
> #+begin_src R :results output silent :exports none
> library(chemometrics)
> library(MASS)
> library(lattice)
> #+end_src
>
> When I export to LaTex (C-c C-e l) the R code I wrote, this is the
> result:
>
> \begin{verbatim}
> library(chemometrics)
> library(MASS)
> library(lattice)
> \end{verbatim}
>
> How could I =A0not display the result of the R computation? In the org= -
> manual (chapter 14 ) I read that what I need should be done using:
>
> :results output silent :exports none
>
> but despite I use this option nothing change.
>
> Do you have any suggestion??
>
> Best
> Riccardo
>
>
Aloha Riccardo,

What version of Org mode are you using?

All the best,
Tom
--
Thomas S. Dye
http://www.tsdye.com=

--047d7b2ee1257c9de704b80dd2af--