|
@@ -250,8 +250,8 @@ end")
|
|
|
(defun org-babel-julia-evaluate-external-process
|
|
|
(body result-type result-params column-names-p)
|
|
|
"Evaluate BODY in external julia process.
|
|
|
-If RESULT-TYPE equals 'output then return standard output as a
|
|
|
-string. If RESULT-TYPE equals 'value then return the value of the
|
|
|
+If RESULT-TYPE equals `output' then return standard output as a
|
|
|
+string. If RESULT-TYPE equals `value' then return the value of the
|
|
|
last statement in BODY, as elisp."
|
|
|
(cl-case result-type
|
|
|
(value
|
|
@@ -274,8 +274,8 @@ last statement in BODY, as elisp."
|
|
|
(defun org-babel-julia-evaluate-session
|
|
|
(session body result-type result-params column-names-p)
|
|
|
"Evaluate BODY in SESSION.
|
|
|
-If RESULT-TYPE equals 'output then return standard output as a
|
|
|
-string. If RESULT-TYPE equals 'value then return the value of the
|
|
|
+If RESULT-TYPE equals `output' then return standard output as a
|
|
|
+string. If RESULT-TYPE equals `value' then return the value of the
|
|
|
last statement in BODY, as elisp."
|
|
|
(cl-case result-type
|
|
|
(value
|