Fix the order for specifying the default value in :options-alist

master
Kaushal Modi 9 years ago
parent 5247f6dad1
commit 7c1899cfe1
  1. 2
      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

Loading…
Cancel
Save