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
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
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