From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Thomas S. Dye" Subject: Re: org-babel export latex problem Date: Fri, 3 Feb 2012 05:21:42 -1000 Message-ID: References: <1A37B555-EDAF-4745-8A56-A10B14ED5A47@gmail.com> Mime-Version: 1.0 (1.0) Content-Type: multipart/alternative; boundary=Apple-Mail-398057C6-649A-457C-9D07-A99C226F91EE Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:42757) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RtKxd-0000mS-A9 for emacs-orgmode@gnu.org; Fri, 03 Feb 2012 10:22:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RtKxT-0008GN-0z for emacs-orgmode@gnu.org; Fri, 03 Feb 2012 10:22:01 -0500 Received: from oproxy6-pub.bluehost.com ([67.222.54.6]:54053) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1RtKxS-0008G4-Mp for emacs-orgmode@gnu.org; Fri, 03 Feb 2012 10:21:50 -0500 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: Riccardo Romoli Cc: "emacs-orgmode@gnu.org" --Apple-Mail-398057C6-649A-457C-9D07-A99C226F91EE Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=us-ascii The current version is 7.8. Could you update and see if the problem persists? Tom Sent from my iPhone On Feb 3, 2012, at 1:43 AM, Riccardo Romoli wrote: > 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 > --Apple-Mail-398057C6-649A-457C-9D07-A99C226F91EE Content-Transfer-Encoding: 7bit Content-Type: text/html; charset=utf-8
The current version is 7.8. Could you update and see if the problem persists?

Tom

Sent from my iPhone

On Feb 3, 2012, at 1:43 AM, Riccardo Romoli <ric.romoli@gmail.com> wrote:

The version is 6.33x

Best

2012/2/3 Thomas S. Dye <tsd@tsdye.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  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

--Apple-Mail-398057C6-649A-457C-9D07-A99C226F91EE--