named call lines insert results like code blocks
commit884f5ced1333b8836b4539fa914b903fa321988f
authorEric Schulte <schulte.eric@gmail.com>
Sun, 30 Jun 2013 23:46:32 +0000 (30 17:46 -0600)
committerEric Schulte <schulte.eric@gmail.com>
Sun, 30 Jun 2013 23:46:32 +0000 (30 17:46 -0600)
tree61da0ffd80eba971572abc920c2009329eab1752
parentbf5f896bc2b7cff7559c7e803900be771159b8bd
named call lines insert results like code blocks

* lisp/ob-core.el (org-babel-find-named-result): Call lines are not
  results.
  (org-babel-where-is-src-block-result): Don't implicitly name the
  results of call lines.

* lisp/ob-exp.el (org-babel-exp-non-block-elements): There is now
  another element on the call line info list.
* lisp/ob-lob.el (org-babel-lob-get-info): Return the name (if any)
  at the end of the info list.
  (org-babel-lob-execute): Pass the name through to execution.
lisp/ob-core.el
lisp/ob-exp.el
lisp/ob-lob.el