From a7185b37f78812553fd9af88be223ad4f2d95664 Mon Sep 17 00:00:00 2001 From: Gerard Vermeulen Date: Sat, 10 Feb 2024 09:40:49 +0100 Subject: [PATCH] Set `org-latex-compiler-file-string' at top level only --- README.org | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.org b/README.org index 37cfed1..20102cd 100644 --- a/README.org +++ b/README.org @@ -3578,9 +3578,6 @@ environments and non-floating breakable LaTeX environments by means of (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) - (setq org-latex-compiler-file-string - "%% -*- mode: LaTeX; -*-\n%% Intended LaTeX compiler: %s\n") (when (fboundp 'smart-latex-engrave-org-source-blocks) (smart-latex-engrave-org-source-blocks))) #+end_src