diff options
-rw-r--r-- | ennum.el | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -280,8 +280,7 @@ the current state of all its variables." (ennum-make-post :filename filename :slug (file-name-base filename) - :author (when-let (author (plist-get metadata :author)) - (funcall export (seq-first author))) + :author (seq-first (plist-get metadata :author)) :date (org-timestamp-to-time (seq-first (plist-get metadata :date))) :language (plist-get metadata :language) :links links |