Variable: org-export-allow-bind-keywords

org-export-allow-bind-keywords is a customizable variable defined in ox.el.gz.

Value

nil

Documentation

Non-nil means BIND keywords can define local variable values.

This is a potential security risk, which is why the default value is nil. You can also allow them through local buffer variables.

This variable was added, or its default value changed, in Org version
8.0.

Source Code

;; Defined in /usr/src/emacs/lisp/org/ox.el.gz
(defcustom org-export-allow-bind-keywords nil
  "Non-nil means BIND keywords can define local variable values.
This is a potential security risk, which is why the default value
is nil.  You can also allow them through local buffer variables."
  :group 'org-export-general
  :version "24.4"
  :package-version '(Org . "8.0")
  :type 'boolean)