summary refs log tree commit diff
path: root/ennu.el
diff options
context:
space:
mode:
Diffstat (limited to 'ennu.el')
-rw-r--r--ennu.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/ennu.el b/ennu.el
index 8aa2c85..412aa55 100644
--- a/ennu.el
+++ b/ennu.el
@@ -267,7 +267,7 @@ with two arguments -- the key and the value."
       (ennu-plist-map-to-plist
        (lambda (key value)
          (pcase key
-           ((or :author :title)
+           ((or :author :summary :title)
             (funcall export (first (plist-get metadata key))))
            (:date (org-timestamp-to-time (first (plist-get metadata :date))))))
        metadata))))