From 7c1899cfe1b2f23ab156c7e33779878ceb785d84 Mon Sep 17 00:00:00 2001 From: Kaushal Modi Date: Thu, 6 Jul 2017 13:56:34 -0400 Subject: [PATCH] Fix the order for specifying the default value in :options-alist --- ox-hugo.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ox-hugo.el b/ox-hugo.el index 9edea78..86d994b 100644 --- a/ox-hugo.el +++ b/ox-hugo.el @@ -110,7 +110,7 @@ directory where all Hugo posts should go by default." ;; Non-front-matter options (:hugo-section "HUGO_SECTION" nil org-hugo-default-section-directory) (:hugo-export-dir "HUGO_EXPORT_DIR" nil nil) - (:hugo-static-images "HUGO_STATIC_IMAGES" "images" nil))) + (:hugo-static-images "HUGO_STATIC_IMAGES" nil "images"))) ;;; Transcode Functions