Variable: org-attach-auto-tag

org-attach-auto-tag is a customizable variable defined in org-attach.el.gz.

Value

"ATTACH"

Documentation

Tag that will be triggered automatically when an entry has an attachment.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org-attach.el.gz
(defcustom org-attach-auto-tag "ATTACH"
  "Tag that will be triggered automatically when an entry has an attachment."
  :group 'org-attach
  :type '(choice
	  (const :tag "None" nil)
	  (string :tag "Tag")))