summaryrefslogtreecommitdiff
path: root/ox-haunt.el
diff options
context:
space:
mode:
authorJakob L. Kreuze <zerodaysfordays@sdf.lonestar.org>2019-04-30 17:15:19 -0400
committerJakob L. Kreuze <zerodaysfordays@sdf.lonestar.org>2019-04-30 17:15:19 -0400
commitfce006aa463b0ff3f4471e11354a85e79d6fc658 (patch)
tree03a866ed938876bc5b6122f93942162d559067a0 /ox-haunt.el
parent123ea1544d4d01724d82b1139dc67a62c733000c (diff)
Add recognition for the TAGS keyword
Diffstat (limited to 'ox-haunt.el')
-rw-r--r--ox-haunt.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/ox-haunt.el b/ox-haunt.el
index 5c59640..8cbb609 100644
--- a/ox-haunt.el
+++ b/ox-haunt.el
@@ -45,7 +45,8 @@
(src-block . ox-haunt-src-block)
(template . ox-haunt-template))
:options-alist
- '((:haunt-base-dir "HAUNT_BASE_DIR" nil nil)))
+ '((:tags "TAGS" nil nil)
+ (:haunt-base-dir "HAUNT_BASE_DIR" nil nil)))
(defgroup org-export-haunt nil
"Options for exporting Org mode files to Haunt HTML."
@@ -63,7 +64,7 @@ valid executable."
`ox-haunt-tidy-html' is non-nil."
:type 'string)
-(defcustom ox-haunt-recognized-metadata '(:title :date)
+(defcustom ox-haunt-recognized-metadata '(:title :date :tags)
"A list of keywords to include in the Haunt metadata section."
:type '(list symbol))