emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] ob-octave.el raise error after execute src block


From: stardiviner
Subject: [O] ob-octave.el raise error after execute src block
Date: Fri, 23 Mar 2018 07:55:16 +0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0

I got the following error after executing src block:

```

error: invalid call to script /usr/share/octave/4.2.2/m/help/ans.m

```

Here is my code:

#+begin_src octave :results file :dir "data/images" :file "figure1.png"
clf ();
surf (peaks);
saveas (1, "figure1.png");
#+end_src

reply via email to

[Prev in Thread] Current Thread [Next in Thread]