ob-R.el: Improve the capturing of output-type results in sessions.
commitb51746332dca87a35c387b2db0bb678b4c24a4da
authorAaron Ecay <aaronecay@gmail.com>
Thu, 7 Aug 2014 05:51:37 +0000 (7 01:51 -0400)
committerAaron Ecay <aaronecay@gmail.com>
Thu, 7 Aug 2014 05:54:23 +0000 (7 01:54 -0400)
tree6ba55f5b6ebc41305772c22079dda99298073b5e
parentd035c1476537ca93594bf07ed2faebca2dafade3
ob-R.el: Improve the capturing of output-type results in sessions.

* lisp/ob-R.el (org-babel-R-evaluate-session): Improve the capturing
of R output.

This uses a built-in facility of R to write the output to a file,
rather than trying to capture it in an emacs buffer using ESS (a
process by which the output can get mixed with other irrelevant text,
such as R command prompts).
lisp/ob-R.el