From 02f306003054fee9633221f7a0ebec9f76f3318b Mon Sep 17 00:00:00 2001 From: KemoNine Date: Thu, 16 Feb 2023 11:44:06 -0500 Subject: [PATCH] add more auto-copy ox-hugo file formats to the export config --- org/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org/init.el b/org/init.el index 169960d..022c8ee 100644 --- a/org/init.el +++ b/org/init.el @@ -101,7 +101,7 @@ (setq org-hugo-link-desc-insert-type t) (setq org-hugo-default-static-subdirectory-for-externals "ox-hugo" ) (setq org-hugo-external-file-extensions-allowed-for-copying '( - "jpg" "jpeg" "tiff" "png" "svg" "gif" "psd" "psb" + "jpg" "jpeg" "tiff" "png" "svg" "gif" "psd" "psb" "kra" "gpl" "mp4" "pdf" "odt" "doc" "ppt" "xls"