On Friday,  1 Apr 2016 at 08:30, Uwe Brauer wrote:
> You mean
>
> #+BEGIN_SRC matlab
> syms a b
> A=[a,b;b,a]
> eig(A) 
> #+END_SRC
>
> #+RESULTS: code

No, I think John meant:

#+BEGIN_SRC matlab :results code
syms a b
A=[a,b;b,a]
eig(A) 
#+END_SRC

i.e. a header argument for the src block.

-- 
: Eric S Fraga (0xFFFCF67D), Emacs 25.0.92.1, Org release_8.3.4-668-g809a83

Reply via email to