emacs-orgmode
[Top][All Lists]
Advanced

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

Re: Get generators working in an src block?


From: Kyle Meyer
Subject: Re: Get generators working in an src block?
Date: Sat, 04 Jul 2020 20:24:19 -0400

George Mauer writes:

>     #+begin_src emacs-lisp :results output
>       (setq lexical-binding t)
[...]
> But running that gives me
>
>> executing Emacs-Lisp code block...
>> cl--assertion-failed: Assertion failed: lexical-binding
>
> I thought that setting lexical-binding to t was enough, but apparently
> something else is needed?

As far as I understand, the way to activate lexical binding here is to
add ":lexical yes" to the header.



reply via email to

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