Make `with-eval-after-load' more specific

This commit is contained in:
Gerard Vermeulen 2023-06-19 18:06:07 +02:00
parent 5304e06229
commit 2c4bb0fdd0
1 changed files with 1 additions and 1 deletions

View File

@ -2867,7 +2867,7 @@ environments and non-floating breakable LaTeX environments by means of
#+caption: Emacs setup to use =engrave-faces-latex= in =org-mode= smartly.
#+name: lst:ox-engraved-emacs-lisp-setup
#+begin_src emacs-lisp -n :exports code :results none :tangle no
(with-eval-after-load 'ox
(with-eval-after-load 'ox-html
(make-variable-buffer-local 'org-export-filter-src-block-functions)
(add-to-list 'org-export-filter-src-block-functions
'org-latex-engraved-source-block-filter)