Re: [BUG] ob-shell :stdin is broken on the main branch

2022-11-03 Thread Max Nikulin
On 04/11/2022 09:42, Ihor Radchenko wrote: Max Nikulin writes: #+name: lbl #+begin_example line 1 line 2 #+end_example #+begin_src bash :stdin lbl cat #+end_src Second one signals "Wrong number of arguments" at least in Emacs-26 with Org main HEAD. This is only on Emacs 26. Fixed on ma

Re: [BUG] ob-shell :stdin is broken on the main branch

2022-11-03 Thread Ihor Radchenko
Max Nikulin writes: > Try the following source code blocks: > > #+begin_src elisp >(require 'ob-shell) > #+end_src > > #+name: lbl > #+begin_example > line 1 > line 2 > #+end_example > > #+begin_src bash :stdin lbl >cat > #+end_src > > Second one signals "Wrong number of arguments" at lea

[BUG] ob-shell :stdin is broken on the main branch

2022-11-03 Thread Max Nikulin
Try the following source code blocks: #+begin_src elisp (require 'ob-shell) #+end_src #+name: lbl #+begin_example line 1 line 2 #+end_example #+begin_src bash :stdin lbl cat #+end_src Second one signals "Wrong number of arguments" at least in Emacs-26 with Org main HEAD. Org bugfix bran