Reduce local scope of `org-export-filter-src-block-functions'

This commit is contained in:
Gerard Vermeulen 2024-01-31 20:43:24 +01:00
parent 39b35f67dd
commit 3901e2bc2e
1 changed files with 1 additions and 1 deletions

View File

@ -3513,7 +3513,7 @@ environments and non-floating breakable LaTeX environments by means of
#+name: lst:ox-engraved-emacs-lisp-setup
#+begin_src emacs-lisp -n :exports code :results none :tangle no
(with-eval-after-load 'ox-latex
(make-variable-buffer-local 'org-export-filter-src-block-functions)
(make-local-variable 'org-export-filter-src-block-functions)
(add-to-list 'org-export-filter-src-block-functions
'org-latex-engraved-source-block-filter)
(make-variable-buffer-local 'org-latex-compiler-file-string)