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