authorize some local variables

This commit is contained in:
KemoNine 2023-08-10 10:46:30 -04:00
parent 9aad3f2193
commit a9ec520b7c
1 changed files with 4 additions and 2 deletions

View File

@ -249,8 +249,10 @@
;; If there is more than one, they won't work right.
'(custom-safe-themes
'("dde643b0efb339c0de5645a2bc2e8b4176976d5298065b8e6ca45bc4ddf188b7" "bfc0b9c3de0382e452a878a1fb4726e1302bf9da20e69d6ec1cd1d5d82f61e3d" default))
'(safe-local-variable-values
'((eval add-hook 'after-save-hook 'org-pandoc-export-to-latex-pdf t t)
'(safe-local-variable-values
'((eval setq org-html-postamble nil)
(eval setq org-export-html-postamble-format nil)
(eval add-hook 'after-save-hook 'org-pandoc-export-to-latex-pdf t t)
(eval add-hook 'after-save-hook 'org-pandoc-export-to-docx t t)
(eval add-hook 'after-save-hook 'org-ascii-export-to-ascii t t)
(eval add-hook 'after-save-hook 'org-md-export-to-markdown t t)