Variable: org-bibtex-no-export-tags
org-bibtex-no-export-tags is a customizable variable defined in
ol-bibtex.el.gz.
Value
nil
Documentation
List of tag(s) that should not be converted to keywords.
This variable is relevant only if org-bibtex-tags-are-keywords
is non-nil.
This variable was added, or its default value changed, in Emacs 24.1.
Source Code
;; Defined in /usr/src/emacs/lisp/org/ol-bibtex.el.gz
(defcustom org-bibtex-no-export-tags nil
"List of tag(s) that should not be converted to keywords.
This variable is relevant only if `org-bibtex-tags-are-keywords'
is non-nil."
:group 'org-bibtex
:version "24.1"
:type '(repeat :tag "Tag" (string)))