0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-22 15:10:42 +00:00

Merge branch 'maint'

This commit is contained in:
Bastien Guerry 2012-10-25 10:56:47 +02:00
commit 44ad106d69

View file

@ -72,9 +72,17 @@ Emacs-lisp table, otherwise return the results as a string."
(defvar org-babel-scala-wrapper-method
"(
"var str_result :String = null;
Console.withOut(new java.io.OutputStream() {def write(b: Int){
}}) {
str_result = {
%s
) asString print
}.toString
}
print(str_result)
")