Variable: org-export-before-parsing-hook
org-export-before-parsing-hook is an alias for
org-export-before-parsing-functions, defined in org-compat.el.gz.
This variable is obsolete since Org 9.6; use
org-export-before-parsing-functions instead.
Value
(org-attach-expand-links)
Documentation
Abnormal hook run before parsing an export buffer.
This is run after include keywords and macros have been expanded and Babel code blocks executed, on a copy of the original buffer being exported. Visibility and narrowing are preserved. Point is at the beginning of the buffer.
Every function in this hook will be called with one argument: the back-end currently used, as a symbol.
Aliases
org-export-before-parsing-hook (obsolete since Org 9.6)