Re: [O] [PATCH] Babel: add results value support to Scala

2012-10-17 Thread Asrail
Hi, Could someone please review this patch? On Oct 15, 2012 4:39 PM, "Asrail" wrote: > * lisp/ob-scala.el (org-babel-scala-wrapper-method): Use an scala > block enclosing the submitted code > > The string representing an well formed block was not an Scala > code.

[O] [PATCH] Babel: add results value support to Scala

2012-10-15 Thread Asrail
* lisp/ob-scala.el (org-babel-scala-wrapper-method): Use an scala block enclosing the submitted code The string representing an well formed block was not an Scala code. I put the string from the user into an block, surrounded by an call to replace the default output stream. 0001-Babel-add-re