Re: Org-babel Matlab (session) output is malformed

2020-09-04 Thread Bastien
Hi Karthik Chikmagalur, sorry I cannot help on this issue. I hope someone can help maintaining ob-octave.el (perhaps you?) and replying such issues. All best, -- Bastien

Org-babel Matlab (session) output is malformed

2020-04-10 Thread Karthik Chikmagalur
I'm trying to evaluate some Matlab code using org-babel in a session: #+BEGIN_SRC matlab :session :results output a = 4; b = a + 3 c = a - 3 #+END_SRC And following the org-babel documentation, (something like) this is the output I expect: #+RESULTS: #+begin_example b = 7 c = 1