Add :version to ob-exp.el option.

This commit is contained in:
Bastien Guerry 2012-04-03 13:41:59 +02:00
parent 7ffea1b7b9
commit 117f14d345
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@
When set to nil no code will be evaluated as part of the export When set to nil no code will be evaluated as part of the export
process." process."
:group 'org-babel :group 'org-babel
:version "24.1"
:type 'boolean) :type 'boolean)
(put 'org-export-babel-evaluate 'safe-local-variable (lambda (x) (eq x nil))) (put 'org-export-babel-evaluate 'safe-local-variable (lambda (x) (eq x nil)))