diff options
Diffstat (limited to 'ennu.el')
-rw-r--r-- | ennu.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)))) |