lisp/ob-C.el (org-babel-C-execute): turn on inhibit-lisp eval

This commit is contained in:
Oleh Krehel 2013-10-30 08:50:33 +01:00 committed by Eric Schulte
parent ac9d8012a4
commit 29b6e207da
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ or `org-babel-execute:C++'."
((lambda (results)
(org-babel-reassemble-table
(org-babel-result-cond (cdr (assoc :result-params params))
(org-babel-read results)
(org-babel-read results t)
(let ((tmp-file (org-babel-temp-file "c-")))
(with-temp-file tmp-file (insert results))
(org-babel-import-elisp-from-file tmp-file)))