Paul Stansell <paulstans...@gmail.com> writes: > The attached org file gives an example of output from an octave code block > that is unexpected and inconsistent. The problem is that disp("\n") does > not print a new line. The problem only occurs when the ":session" header > is used.
Blank lines are problematic. Comint tends to produce excessive newlines in many cases, and it is a common practice to strip leading and trailing blank lines in the output when using sessions. I am afraid that not stripping the newlines will lead to other bugs popping up. -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>