TODO remove octave prompt from session output

  • State "TODO" from "" 2010-08-01 Sun 11:53

>> #+tblname: test >> | 1 | 2 | 3 | >> >> #+source: outtest >> #+beginsrc octave :session out :var vec=test :results output >> vecb=vec; >> vecb >> #+endsrc >> >> –8<—————cut here—————end—————>8--- >> >> You will get following output >> >> #+results: outtest >> : vec = >> : >> : 1 2 3 >> : octave.exe> vecb = >> : >> : 1 2 3 >> >> As you see I get two outputs : vec variable and vecb (with octave prompt). >> It is what I expected, excepted vec output.