Variable: org-element-affiliated-keywords
org-element-affiliated-keywords is a variable defined in
org-element.el.gz.
Value
("CAPTION" "DATA" "HEADER" "HEADERS" "LABEL" "NAME" "PLOT" "RESNAME"
"RESULT" "RESULTS" "SOURCE" "SRCNAME" "TBLNAME")
Documentation
List of affiliated keywords as strings.
By default, all keywords setting attributes (e.g., "ATTR_LATEX") are affiliated keywords and need not to be in this list.
Source Code
;; Defined in /usr/src/emacs/lisp/org/org-element.el.gz
(defconst org-element-affiliated-keywords
'("CAPTION" "DATA" "HEADER" "HEADERS" "LABEL" "NAME" "PLOT" "RESNAME" "RESULT"
"RESULTS" "SOURCE" "SRCNAME" "TBLNAME")
"List of affiliated keywords as strings.
By default, all keywords setting attributes (e.g., \"ATTR_LATEX\")
are affiliated keywords and need not to be in this list.")