Variable: org-bibtex-inherit-tags

org-bibtex-inherit-tags is a customizable variable defined in ol-bibtex.el.gz.

Value

nil

Documentation

Controls whether inherited tags are converted to bibtex keywords.

It is relevant only if org-bibtex-tags-are-keywords is non-nil. Tag inheritance itself is controlled by org-use-tag-inheritance and org-tags-exclude-from-inheritance.

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

Source Code

;; Defined in /usr/src/emacs/lisp/org/ol-bibtex.el.gz
(defcustom org-bibtex-inherit-tags nil
  "Controls whether inherited tags are converted to bibtex keywords.
It is relevant only if `org-bibtex-tags-are-keywords' is non-nil.
Tag inheritance itself is controlled by `org-use-tag-inheritance'
and `org-tags-exclude-from-inheritance'."
  :group 'org-bibtex
  :version "26.1"
  :package-version '(Org . "8.3")
  :type 'boolean)