Re: [O] org-babel export latex problem

2012-02-04 Thread Riccardo Romoli
Thanks for the suggestion, the update fix the problem. Best Riccardo 2012/2/3 Thomas S. Dye > 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

Re: [O] org-babel export latex problem

2012-02-03 Thread Thomas S. Dye
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-babe

Re: [O] org-babel export latex problem

2012-02-03 Thread suvayu ali
On Fri, Feb 3, 2012 at 12:43, Riccardo Romoli wrote: > The version is 6.33x That is way too old, I believe org-babel is a much newer feature. At least its more mature now. Try one of the newer releases like 7.8.03.

Re: [O] org-babel export latex problem

2012-02-03 Thread Riccardo Romoli
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(chemo

Re: [O] org-babel export latex problem

2012-02-02 Thread 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 e

[O] org-babel export latex problem

2012-02-02 Thread Riccardo Romoli
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 w