Re: [O] exporting babel stuff to pdf or latex

2011-08-31 Thread Eric Schulte
eythan...@gmail.com (Eythan Weg) writes: > Nick Dokos > Wed, 31 Aug 2011 10:10:28 -0400 > >Eythan Weg wrote: > >> >> Hi, >> >> I need help with exporting this: >> >> #+begin_src R :exports both :results output >> Lst <- list(length=c(1,7,9), time=c(0.5,10,

Re: [O] exporting babel stuff to pdf or latex

2011-08-31 Thread Eythan Weg
Nick Dokos Wed, 31 Aug 2011 10:10:28 -0400 Eythan Weg wrote: > > Hi, > > I need help with exporting this: > > #+begin_src R :exports both :results output > Lst <- list(length=c(1,7,9), time=c(0.5,10,11)) > print(Lst$time) > #+end_src > > It fails wi

Re: [O] exporting babel stuff to pdf or latex

2011-08-31 Thread Nick Dokos
Eythan Weg wrote: > > Hi, > > I need help with exporting this: > > #+begin_src R :exports both :results output > Lst <- list(length=c(1,7,9), time=c(0.5,10,11)) > print(Lst$time) > #+end_src > > It fails with these messages > >Export buffer: >Exporting to PDF... >Exporting

[O] exporting babel stuff to pdf or latex

2011-08-31 Thread Eythan Weg
Hi, I need help with exporting this: #+begin_src R :exports both :results output Lst <- list(length=c(1,7,9), time=c(0.5,10,11)) print(Lst$time) #+end_src It fails with these messages Export buffer: Exporting to PDF... Exporting to LaTeX... org-babel-exp processing... org-