emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] exporting babel stuff to pdf or latex


From: Eythan Weg
Subject: [O] exporting babel stuff to pdf or latex
Date: Wed, 31 Aug 2011 09:49:29 -0400
User-agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.50 (gnu/linux)

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-babel-get-src-block-info: Args out of range: "", -1, 0

Any obvious reason why?


Thank you.  

Eythan  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]