Browse Source

Add :version to ob-exp.el option.

Bastien Guerry 13 years ago
parent
commit
117f14d345
1 changed files with 1 additions and 0 deletions
  1. 1 0
      lisp/ob-exp.el

+ 1 - 0
lisp/ob-exp.el

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