Re: [BUG] ob-octave.el

2022-11-15 Thread Ihor Radchenko
Ihor Radchenko writes: > Thanks for reporting, and sorry for the late reply. > Your suggestion looks fine, although I am a bit concerned if the > trailing newline in the old version was significant. Applied onto main. Fixed. https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=d094135

Re: [BUG] ob-octave.el

2022-10-28 Thread Ihor Radchenko
Tobias Zawada writes: > Currently, evaluating the Org-mode source block > > #+NAME: bug > #+BEGIN_SRC octave :exports results > ["one"; "two"; "three"] > #+END_SRC > > gives > > #+RESULTS: bug > : ottnwheor e e > > Substituting ~fprintf~ in ~org-babel-octave-wrapper-method~ with ~fdisp~ > chan