ob-core: Do not return results on writing to file
commit041ca4b6f4c7fe1a7e7eb22e2f08ec2e08577bf9
authorBjarte Johansen <bjarte.johansen@gmail.com>
Tue, 26 May 2015 10:54:14 +0000 (26 12:54 +0200)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Tue, 26 May 2015 21:54:53 +0000 (26 23:54 +0200)
treeea535a1d559b8cd301b77bd27a455feacd88dee9
parent3062753e16088cacc6dc7691264263eb202be3f7
ob-core: Do not return results on writing to file

* ob-core (org-babel-result-cond): Add "file" as a param that returns
  a scalar result.

When writing the result to file we do not need to first convert the
data to a table since it is just converted back when
org-babel-execute-src-block serializes the result to file.
lisp/ob-core.el