Variable: org-export-before-processing-hook

org-export-before-processing-hook is an alias for org-export-before-processing-functions, defined in org-compat.el.gz.

This variable is obsolete since Org 9.6; use org-export-before-processing-functions instead.

Value

nil

Documentation

Abnormal hook run at the beginning of the export process.

This is run before include keywords and macros are 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-processing-hook (obsolete since Org 9.6)