* recent ESS commit breaks org-babel-R session output capture
@ 2018-07-03 4:50 Jack Kamm
0 siblings, 0 replies; only message in thread
From: Jack Kamm @ 2018-07-03 4:50 UTC (permalink / raw)
To: emacs-orgmode
Hello all,
An ESS commit last week broke org-babel-R session output capture. In particular, the following no longer works:
#+BEGIN_SRC R :session :results output
print("hello")
#+END_SRC
The code runs but org-babel fails to capture the output and place it in the buffer.
I think the breakage is caused by ESS changing the way it prints prompts ">" over multiline input. org-babel was using the prompt to find and strip out tokens it inserts, but now can't find the prompt and just strips the whole output.
I've posted an issue on the ESS github as well, hopefully the ESS maintainers can provide some advice on how to proceed:
https://github.com/emacs-ess/ESS/issues/598
Jack
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2018-07-03 4:50 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-03 4:50 recent ESS commit breaks org-babel-R session output capture Jack Kamm
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.