Vladimir Panteleev <thecybersha...@gmail.com> writes: > By inline Babel calls, do you mean as described in > https://orgmode.org/manual/Evaluating-code-blocks.html ? I see there > "org-babel-execute-src-block", but it seems to attempt to infer the > src block to execute rather than letting the caller specify one.
I'm talking about call_foo() syntax. I see no fundamental difference between (org-sbe-v2 "func" ...) and call_func(...).