Variable: org-bibtex-tags

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

Value

nil

Documentation

List of tag(s) that should be added to new bib entries.

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-tags nil
  "List of tag(s) that should be added to new bib entries."
  :group 'org-bibtex
  :version "24.1"
  :type '(repeat  :tag "Tag" (string)))