First stage of results code simplification.
commit305c90b8929356f424ed9e44955d9eda50461f43
authorDan Davison <davison@stats.ox.ac.uk>
Sun, 5 Jul 2009 23:23:32 +0000 (5 19:23 -0400)
committerDan Davison <davison@stats.ox.ac.uk>
Sun, 5 Jul 2009 23:23:32 +0000 (5 19:23 -0400)
tree63e5414813d4a2f453ec581477097c71982ec808
parent07b69e86461c94fcc0c2329452203b273397fe90
First stage of results code simplification.

Results processing code has been moved out of language-specific
files (which all contained similar versions of essentially the same
code) and into the central org-babel.el. This commit maintains the
removed language-specific fragments commented out in org-babel.el. It
does not make an attempt to replace their functionality (the new
function org-babel-process-result currently does nothing).

Similarly, I intend to move the reference resolution code out of
language-specific files.
lisp/org-babel.el