aboutsummaryrefslogtreecommitdiff
path: root/ennu-html.el
diff options
context:
space:
mode:
Diffstat (limited to 'ennu-html.el')
-rw-r--r--ennu-html.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/ennu-html.el b/ennu-html.el
index 6244a75..6f9ca05 100644
--- a/ennu-html.el
+++ b/ennu-html.el
@@ -11,7 +11,7 @@
:options-alist
'((:html-inline-image-rules
nil nil '(("image" . "\\.\\(jpeg\\|jpg\\|png\\|gif\\|svg\\)\\'")) t)
- (:summary "SUMMARY" nil nil t)
+ (:summary "SUMMARY" nil nil parse)
(:thumbnail "THUMBNAIL" nil nil t)))
;; TODO: Pass title through org-export-data-with-backend or something