emacs-orgmode
[Top][All Lists]
Advanced

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

Re: Concatenating results


From: Ihor Radchenko
Subject: Re: Concatenating results
Date: Mon, 03 Oct 2022 17:29:32 +0800

Felix Dorner <felix.dorner@gmail.com> writes:

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

That's because noweb references are disabled by default (see
https://orgmode.org/manual/Noweb-Reference-Syntax.html#Noweb-Reference-Syntax)

With default Org settings you need

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

-- 
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>



reply via email to

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