Variable: org-file-tags
org-file-tags is a variable defined in org.el.gz.
Value
nil
Documentation
List of tags that can be inherited by all entries in the file.
The tags will be inherited if the variable org-use-tag-inheritance
says they should be.
This variable is populated from #+FILETAGS lines.
Source Code
;; Defined in /usr/src/emacs/lisp/org/org.el.gz
(defvar org-file-tags nil
"List of tags that can be inherited by all entries in the file.
The tags will be inherited if the variable `org-use-tag-inheritance'
says they should be.
This variable is populated from #+FILETAGS lines.")