From 720fd645396288ba2878d5b9cf4c60733a7b0f40 Mon Sep 17 00:00:00 2001 From: Gerard Vermeulen Date: Wed, 21 Jun 2023 10:50:45 +0200 Subject: [PATCH] Fix typo --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)