Variable: org-export-before-parsing-functions
org-export-before-parsing-functions is a variable defined in ox.el.gz.
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 backend currently used, as a symbol.
Aliases
org-export-before-parsing-hook (obsolete since Org 9.6)
Source Code
;; Defined in /usr/src/emacs/lisp/org/ox.el.gz
(defvar org-export-before-parsing-functions nil
"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
backend currently used, as a symbol.")