[O] Is it possible to add a :results type for ob-shell to interpret it's some special characters?

2018-03-23 Thread stardiviner
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

Re: [O] cautionary tale: avoid creating/using a macro called "title"

2018-03-23 Thread Nicolas Goaziou
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

Re: [O] [BUG] org-sort-entries errors out when headline is empty

2018-03-23 Thread Sebastian Reuße
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

Re: [O] Need somebody knows Octave help on ob-octave.el error

2018-03-23 Thread stardiviner
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