On Mon, Oct 3, 2022 at 10:44 AM Ihor Radchenko <yantar92@gmail.com> wrote:
#+name: block1
#+begin_src emacs-lisp :results table
'((1 2) (3 4))
#+end_src

#+name: block2
#+begin_src emacs-lisp :results table
'((5 6) (7 8))
#+end_src


#+begin_src emacs-lisp
(append
'<<block1()>>
'<<block2()>>)
#+end_src

I get an error with this:
executing Emacs-Lisp code block...
progn: Symbol’s value as variable is void: >>