Variable: org-element-parsed-keywords
org-element-parsed-keywords is a variable defined in
org-element.el.gz.
Value
("CAPTION")
Documentation
List of affiliated keywords whose value can be parsed.
Their value will be stored as a secondary string: a list of strings and objects.
This list is checked after translations have been applied. See
org-element-keyword-translation-alist.
Source Code
;; Defined in /usr/src/emacs/lisp/org/org-element.el.gz
(defconst org-element-parsed-keywords '("CAPTION")
"List of affiliated keywords whose value can be parsed.
Their value will be stored as a secondary string: a list of
strings and objects.
This list is checked after translations have been applied. See
`org-element-keyword-translation-alist'.")