Browse Source

ob-ocaml.el: Keep echo to display ocaml errors

* ob-ocaml.el (org-babel-execute:ocaml): call
`org-babel-comint-with-output' with nil `remove-echo' argument.
Alan Schmitt 9 years ago
parent
commit
5aa12cd122
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lisp/ob-ocaml.el

+ 1 - 1
lisp/ob-ocaml.el

@@ -66,7 +66,7 @@
          (session (org-babel-prep-session:ocaml
 		   (cdr (assoc :session params)) params))
          (raw (org-babel-comint-with-output
-		  (session org-babel-ocaml-eoe-output t full-body)
+		  (session org-babel-ocaml-eoe-output nil full-body)
 		(insert
 		 (concat
 		  (org-babel-chomp full-body) ";;\n"