ob-core.el: Fix numeric error and add header-args
commitb95f7aa82366319e996e4c2b690928478f814695
authorRainer M. Krug <R.M.Krug@gmail.com>
Tue, 10 Feb 2015 08:32:46 +0000 (10 09:32 +0100)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Thu, 12 Feb 2015 23:39:35 +0000 (13 00:39 +0100)
tree99c5194a0741e727320835226a0344b9a67e45ce
parent0ed5d4336b01b8d57f662780906ccf2450d2b300
ob-core.el: Fix numeric error and add header-args

* lisp/ob-core.el (org-babel-view-src-block-info): when a property
  value was numeric, an error was raised. Fixed by converting property
  value to string before evauation.

* lisp/ob-core.el (org-babel-view-src-block-info): Add property string
  "header args" to output of org-babel-view-src-block-info to make
  debugging of header-args setting problems easier.

* lisp/ob-core.el (org-babel-view-src-block-info): Add property string
  for language specific "header args:LANG" to output of org-babel-view-src-block-info to make
  debugging of header-args setting problems easier.
lisp/ob-core.el