babel: small fix.
commit4750e4427d93e4e450d6df8e89792cd34e534be4
authorAaron Ecay <aaronecay@gmail.com>
Thu, 29 Oct 2015 19:34:10 +0000 (29 19:34 +0000)
committerAaron Ecay <aaronecay@gmail.com>
Thu, 5 Nov 2015 15:03:58 +0000 (5 15:03 +0000)
tree6bab33aac840768696837b32d2a14ffebcd26ba2
parente47c7c3ed624139d0982d1f408824be314a3c143
babel: small fix.

* lisp/ob-core.el (org-babel-execute-src-block): Simplify code slightly.

The old code would error on evaluating the call line in:

,----
| #+name: foo
| #+begin_src emacs-lisp :var bar="baz"
|   bar
| #+end_src
|
| #+call: foo[:cache yes]("qux")
|
| #+RESULTS:
| : qux
`----
lisp/ob-core.el