emacs-orgmode
[Top][All Lists]
Advanced

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

Re: Using lexical-binding


From: Greg Minshall
Subject: Re: Using lexical-binding
Date: Fri, 19 Mar 2021 19:23:32 +0300

hi.  i just upgraded to
: Org mode version 9.4.4 (9.4.4-27-gb712b9-elpa @ 
/home/minshall/.emacs.d/elpa/org-20210315/)

and, have also just started playing with
(org-babel-map-inline-src-blocks), the documentation for which says
----
During evaluation of BODY the following local variables
are set relative to the currently matched code block.
...
----
but, iiuc, that relies on dynamic binding.  so, as =lexical-binding= is
=t=, i don't have access to those appealing variables.

am i missing something?  or, is this a place where the "API" is no
longer compatible?  should those variables somehow be passed as a
parameter (alist?) to =,@body=?  or, (let ((lexical-binding nil)) ...)?
(if that would work.)

cheers, Greg



reply via email to

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