Function: org-latex-math-block-options-filter
org-latex-math-block-options-filter is a byte-compiled function
defined in ox-latex.el.gz.
Signature
(org-latex-math-block-options-filter INFO BACKEND)
Source Code
;; Defined in /usr/src/emacs/lisp/org/ox-latex.el.gz
(defun org-latex-math-block-options-filter (info _backend)
(dolist (prop '(:author :date :title) info)
(plist-put info prop
(org-latex--wrap-latex-math-block (plist-get info prop) info))))