emacs-starter-kit
emacs-starter-kit copied to clipboard
Issue with org mode and ess
When running for example
+begin_src R :session :results output
square <- function(x) { x * x } x <- 1:10
+end_src
the R buffer instead of running the code correctly runs.
square <- function(x) { x * x } x <- 1:10 'org_babel_R_eoe' square <- function(x) {
- x * x
- } x <- 1:10 'org_babel_R_eoe' [1] "org_babel_R_eoe"