Re: R session error (org-babel)

2024-03-19 Thread Esteban Venialgo
hi William and Ihor, Apologies for the late answer. I did some test on ESS and indeed that was the problem: I was using: org version 9.6.17 and ess-version: 18.10.2. But, after I updated Gentoo (last weekend), the R code export worked fine! The current ESS version is: 24.01.1 and the org-versi

Re: R session error (org-babel)

2024-03-06 Thread William Denton
On Wednesday, March 6th, 2024 at 05:56, Esteban Venialgo wrote: > I tried the =emacs -Q=, and still get the same problem. Before exporting the > code, I ran this lisp from the scratch pad: > > ;; enable language support for R > (org-babel-do-load-languages > 'org-babel-load-languages > '((R .

Re: R session error (org-babel)

2024-03-06 Thread Esteban Venialgo
hi Bill, I tried the =emacs -Q=, and still get the same problem. Before exporting the code, I ran this lisp from the scratch pad: ;; enable language support for R (org-babel-do-load-languages 'org-babel-load-languages '((R . t) (shell . t) (latex . t) (emacs-lisp . nil))) (setq load-

Re: R session error (org-babel)

2024-03-06 Thread Ihor Radchenko
Esteban Venialgo writes: > hi Org-people, > > I'm a newbie with org-babel, but I think I'm facing a bug for R code > execution. Basically, I have a simple code for testing: > ... > Debugger entered--Lisp error: (wrong-type-argument stringp nil) > org-babel-R-initiate-session... As William poi

Re: R session error (org-babel)

2024-03-05 Thread William Denton
On Tuesday, March 5th, 2024 at 09:12, Esteban Venialgo wrote: > I'm a newbie with org-babel, but I think I'm facing a bug for R code > execution. Basically, I have a simple code for testing: > > #+begin_src R :session test > A = 1 > #+end_src > > I get a lisp error when I try to export this c

R session error (org-babel)

2024-03-05 Thread Esteban Venialgo
hi Org-people, I'm a newbie with org-babel, but I think I'm facing a bug for R code execution. Basically, I have a simple code for testing: #+begin_src R :session test A = 1 #+end_src I get a lisp error when I try to export this code to latex. Also, if I remove the session name "test", the c