When I have following src block
#+begin_src shell :dir /sudo::
sudo pacman -S --noconfirm lilypond
#+end_src
It will display result literately. include "^M".
I wish org-mode (or ob-shell) can add a result type like `:results term`
(maybe other name) to replace those "^M" etc special characters
Hello,
Eric S Fraga writes:
> On Thursday, 22 Mar 2018 at 14:28, Nicolas Goaziou wrote:
>> I can reproduce the freeze on master. I will have a look at it whenever
>> I get some spare time, i.e., hopefully this night.
>
> Thank you! Great to know I am not going completely mad ;-)
A bit late, ye
Hello Nicolas,
Nicolas Goaziou writes:
> Sebastian Reuße writes:
>> I was also wondering if it might make sense to tweak
>> ‘org-complex-heading-regexp’ so that the respective capture group
>> captures an empty string. This could be achieved by making the title
>> group greedy again (reverting
After check out source code of `ob-octave.el`, I found only one places
used `ans.m`:
```
(defvar org-babel-octave-wrapper-method
"%s
if ischar(ans), fid = fopen('%s', 'w'); fprintf(fid, '%%s\\n', ans);
fclose(fid);
else, dlmwrite('%s', ans, '\\t')
end")
```
Might Octave package versions c