diff options
-rw-r--r-- | ennu-html.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ennu-html.el b/ennu-html.el index 6f9ca05..36796d1 100644 --- a/ennu-html.el +++ b/ennu-html.el @@ -12,7 +12,8 @@ '((:html-inline-image-rules nil nil '(("image" . "\\.\\(jpeg\\|jpg\\|png\\|gif\\|svg\\)\\'")) t) (:summary "SUMMARY" nil nil parse) - (:thumbnail "THUMBNAIL" nil nil t))) + (:thumbnail "THUMBNAIL" nil nil t) + (:translation-group "TRANSLATION_GROUP" nil nil t))) ;; TODO: Pass title through org-export-data-with-backend or something ;; similar in order to export org syntax in title |