Browse Source

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
Dan Davison 14 years ago
parent
commit
876b115259
1 changed files with 2 additions and 1 deletions
  1. 2 1
      lisp/ob-octave.el

+ 2 - 1
lisp/ob-octave.el

@@ -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)