diff --git a/README.org b/README.org index b303f96..eb7da78 100644 --- a/README.org +++ b/README.org @@ -3063,7 +3063,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-html +(with-eval-after-load 'ox-latex (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)