org-element-keyword-translation-alist

org-element-keyword-translation-alist is a variable defined in `org-element.el'.
Its value is shown below.
  • This variable may be risky if used as a file-local variable.

Documentation:
Alist of usual translations for keywords.
The key is the old name and the value the new one. The property
holding their value will be named after the translated name.

Value:

(("DATA" . "NAME") ("LABEL" . "NAME") ("RESNAME" . "NAME") ("SOURCE" . "NAME") ("SRCNAME" . "NAME") ("TBLNAME" . "NAME") ("RESULT" . "RESULTS") ("HEADERS" . "HEADER"))