Re: [O] bug: export of results in babel/R prevents export

2011-08-05 Thread Achim Gratz
Eric Schulte writes: > Julian Gehring writes: >>"Symbol's function definition is void: copy-seq". > I just pushed up a change which should fix this problem. Please let me > know if this error persists. Alternatively, doing an M-x org-reload (bound to C-c C-x !) also gets rid of this error.

Re: [O] bug: export of results in babel/R prevents export

2011-08-05 Thread Julian Gehring
Hi Eric, thank you for the fast response. Everything is working fine now. Best Julian

Re: [O] bug: export of results in babel/R prevents export

2011-08-05 Thread Eric Schulte
Julian Gehring writes: > Hi, > > when trying to export a file (example see below) with R code and the > parameter ":exports" set to "both" or "results" > >Test babel >#+BABEL: :exports both :session >#+begin_src R >1:10 >#+end_src > > to html or pdf, export fails with > >

[O] bug: export of results in babel/R prevents export

2011-08-05 Thread Julian Gehring
Hi, when trying to export a file (example see below) with R code and the parameter ":exports" set to "both" or "results" Test babel #+BABEL: :exports both :session #+begin_src R 1:10 #+end_src to html or pdf, export fails with "Symbol's function definition is void: copy-seq". Th