emacs-starter-kit icon indicating copy to clipboard operation
emacs-starter-kit copied to clipboard

Issue with org mode and ess

Open wmjones opened this issue 11 years ago • 0 comments

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"

wmjones avatar Aug 14 '13 23:08 wmjones