Some notes on possibly adding a recursive evaluation mechanism.
commit5a5a4253c6bb98d6f3e241145fdf681919c5c2d7
authorDan Davison <davison@stats.ox.ac.uk>
Mon, 20 Jul 2009 05:24:33 +0000 (20 01:24 -0400)
committerDan Davison <davison@stats.ox.ac.uk>
Mon, 20 Jul 2009 05:24:33 +0000 (20 01:24 -0400)
tree81f238e93ceea52a93ed744e6d51e1fc562c26a2
parenta16a15ea8020ed6217f05de8b61691b16ed5a30b
Some notes on possibly adding a recursive evaluation mechanism.

Currently we can't have nested function calls, and I think that a general fix for that would require going the standard route of constructing a parse tree and evaluating it recursively.
org-babel.org