From a7c1550e7693a12182f600e5d657b16368178f1a Mon Sep 17 00:00:00 2001 From: Marc Pohling Date: Tue, 3 Mar 2020 14:48:08 +0100 Subject: [PATCH] Changed path for R, Whitespaces cause trouble in org-babel-R-command --- init.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.org b/init.org index 80cbeee..dabfebc 100644 --- a/init.org +++ b/init.org @@ -879,7 +879,8 @@ Default completion is C-j :ensure t :init (if *work_remote* - (setq exec-path (append exec-path '("P:/Eigene Dateien/Tools/R/bin/x64"))))) + (setq exec-path (append exec-path '("P:/Tools/R/bin/x64")) + org-babel-R-command "P:/Tools/R/bin/x64/R --slave --no-save"))) #+END_SRC ** Python