From 3e58ef9f5b86a02bf784c197d1fdded0718cdecf Mon Sep 17 00:00:00 2001 From: Kaushal Modi Date: Thu, 6 Jul 2017 13:58:14 -0400 Subject: [PATCH] Remove HUGO_ prefix from DATE and DESCRIPTION keywords --- ox-hugo.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ox-hugo.el b/ox-hugo.el index 59030e4..3d72576 100644 --- a/ox-hugo.el +++ b/ox-hugo.el @@ -89,8 +89,7 @@ directory where all Hugo posts should go by default." ;; Required front matter variables ;; "title" is parsed from the Org #+TITLE or the subtree heading. ;; "date" is parsed from the Org #+DATE or subtree property EXPORT_HUGO_DATE - (:hugo-description "HUGO_DESCRIPTION" nil nil) - (:hugo-date "HUGO_DATE" nil nil) + (:description "DESCRIPTION" nil nil) (:date "DATE" nil nil) (:keywords "KEYWORDS" nil nil 'space) (:hugo-tags "HUGO_TAGS" nil nil 'space) ;TODO: Also parse the Org tags as post tags