From 111d4ad81ffb04ebf4d7f19962577235b1816ded Mon Sep 17 00:00:00 2001 From: Kaushal Modi Date: Thu, 10 May 2018 11:56:37 -0400 Subject: [PATCH] Add gif to attachments that are allowed to be copied to content --- ox-hugo.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ox-hugo.el b/ox-hugo.el index 332aac59..2ab229fa 100644 --- a/ox-hugo.el +++ b/ox-hugo.el @@ -593,7 +593,7 @@ copied to this sub-directory inside the Hugo static directory." :safe #'stringp) (defcustom org-hugo-external-file-extensions-allowed-for-copying - '("jpg" "jpeg" "tiff" "png" "svg" + '("jpg" "jpeg" "tiff" "png" "svg" "gif" "pdf" "odt" "doc" "ppt" "xls" "docx" "pptx" "xlsx")