emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Concatenating results


From: Felix Dorner
Subject: Re: Concatenating results
Date: Mon, 3 Oct 2022 11:23:37 +0200


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

reply via email to

[Prev in Thread] Current Thread [Next in Thread]