babel: octave: allow remote files

2010-08-02  Dan Davison  <davison@stats.ox.ac.uk>

	* ob-octave.el (org-babel-octave-evaluate-external-process):
	allow remote files
This commit is contained in:
Dan Davison 2010-08-02 21:35:35 -04:00
parent 2072def1b9
commit 876b115259
1 changed files with 2 additions and 1 deletions

View File

@ -182,7 +182,8 @@ value of the last statement in BODY, as elisp."
(org-babel-eval
cmd
(format org-babel-octave-wrapper-method body tmp-file tmp-file))
(org-babel-octave-import-elisp-from-file tmp-file))))))
(org-babel-octave-import-elisp-from-file
(org-babel-maybe-remote-file tmp-file)))))))
(defun org-babel-octave-evaluate-session
(session body result-type &optional matlabp)