>>> "ESF" == Eric S Fraga writes: > Hi Uwe, > should this line >> #+begin_src matlab :results output src :exports results: exports code :eval never-export > not be > #+begin_src matlab :results output :exports both :eval never-export Hm, when I use this and Execute the code I also obtain #+RESULTS: #+begin_example sys = A = x1 x2 x3 x1 1 1 0 x2 0 1 0 x3 0 1 1 #+end_example Which gets exported to verbatim not lstlisting as I want