Commit bd3007ad authored by Alberto Ramos's avatar Alberto Ramos

Also changed writecsv

parent 37658072
......@@ -187,7 +187,7 @@ current code buffer."
(defvar org-babel-julia-eoe-indicator "print(\"org_babel_julia_eoe\")")
(defvar org-babel-julia-eoe-output "org_babel_julia_eoe")
(defvar org-babel-julia-write-object-command "writecsv(\"%s\",%s)")
(defvar org-babel-julia-write-object-command "DelimitedFiles.writedlm(\"%s\",\"%s\",',')")
;; The following was a very complicated write object command
;; The replacement needs to add error catching
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment