Silence loading of preprocessors

This commit is contained in:
Aaron Jensen 2020-08-18 19:24:27 -07:00 committed by tecosaur
parent 259793934b
commit e7679a28f6
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ RECOGNISED-EXTENSIONS defaults to '(\"NAME\"), and PANDOC-TYPE to \"NAME\"."
(expand-file-name (concat s-name ".el") org-pandoc-import-preprocessor-folder))
(preprocerror-func (intern (format "org-pandoc-import-%s-preprocessor" s-name))))
(when (file-exists-p preprocessor-file)
(load-file preprocessor-file)
(load preprocessor-file nil t)
(fboundp preprocerror-func)
preprocerror-func)))
(common-args (list pandoc-type 'in-file format-extensions format-args format-filters