Remove HUGO_ prefix from DATE and DESCRIPTION keywords

master
Kaushal Modi 9 years ago
parent a4ebee6cc7
commit 3e58ef9f5b
  1. 3
      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

Loading…
Cancel
Save