Added comment to org-babel-process-result explaining
commitf7ea8ccb2e48691c22d9544c77108f8beb33ce71
authorDan Davison <davison@stats.ox.ac.uk>
Mon, 6 Jul 2009 01:37:00 +0000 (5 21:37 -0400)
committerDan Davison <davison@stats.ox.ac.uk>
Mon, 6 Jul 2009 01:37:00 +0000 (5 21:37 -0400)
tree62fae3340180f5e8d0c95c452bef23ab0b76375a
parentdc702a315294a58f7c5361a28c6a90f7a552fbfd
Added comment to org-babel-process-result explaining
results-processing changes and state they are currently in. Here's the
comment:

  You can see below the various fragments of results-processing
  code that were present in the language-specific files. Out of
  those fragments, I've moved the
  org-babel-python-table-or-results and
  org-babel-import-elisp-from-file functionality into the
  org-babel-*-evaluate functions. I think those should only be
  used in the :results value case, as in the 'output case we are
  not concerned with creating elisp versions of results.

  The rest of the functionality below, concerned with vectorising
  or scalarising results is commented out, has not yet been
  replaced, and may need to be reinstated in this function
lisp/org-babel.el