This commit is contained in:
Gerard Vermeulen 2023-06-21 10:50:45 +02:00
parent 1f2c389858
commit 720fd64539
1 changed files with 1 additions and 1 deletions

View File

@ -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)