Variable: org-crypt-tag-matcher

org-crypt-tag-matcher is a customizable variable defined in org-crypt.el.gz.

Value

"crypt"

Documentation

The tag matcher used to find headings whose contents should be encrypted.

See the "Match syntax" section of the org manual for more details.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org-crypt.el.gz
(defcustom org-crypt-tag-matcher "crypt"
  "The tag matcher used to find headings whose contents should be encrypted.

See the \"Match syntax\" section of the org manual for more details."
  :type 'string
  :group 'org-crypt)