Re: Bug: ob-shell cannot forward empty blocks to stdin [9.3.1 (release_9.3.1-101-gc9ee3d @ /home/lockywolf/OfficialRepos/org-mode/lisp/)]

2020-09-10 Thread Vladimir Nikishkin
It still behaves as described. Let me describe it in more detail: suppose you have the following file ``` # -*- mode:org; -*- #+name: empty #+begin_quote #+end_quote #+begin_src shell :stdin empty #+end_src ``` the #+end_src line should be the line number 8 in the file. Place the point at the

Re: Bug: ob-shell cannot forward empty blocks to stdin [9.3.1 (release_9.3.1-101-gc9ee3d @ /home/lockywolf/OfficialRepos/org-mode/lisp/)]

2020-09-05 Thread Bastien
Hi Vladimir, Vladimir Nikishkin writes: > The MWE would be the following: > > #+name: empty > #+begin_quote > > #+end_quote > > #+begin_src shell :stdin empty > #+end_src > > Now if you try to execute the second block, you will get a lisp error. > "Wrong argument integer-or-marker-p" It probabl

Bug: ob-shell cannot forward empty blocks to stdin [9.3.1 (release_9.3.1-101-gc9ee3d @ /home/lockywolf/OfficialRepos/org-mode/lisp/)]

2020-02-24 Thread Vladimir Nikishkin
The MWE would be the following: #+name: empty #+begin_quote #+end_quote #+begin_src shell :stdin empty #+end_src Now if you try to execute the second block, you will get a lisp error. "Wrong argument integer-or-marker-p" Remember to cover the basics, that is, what you expected to happen and w