From 7d14b6a2aa649e2213348883893a24a6a6083cb9 Mon Sep 17 00:00:00 2001 From: Vasilij Schneidermann Date: Sun, 5 Nov 2017 00:41:10 +0100 Subject: Always insert metadata values as string Closes #21 --- nov.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nov.el') diff --git a/nov.el b/nov.el index 7e09645..d78cc2b 100644 --- a/nov.el +++ b/nov.el @@ -556,7 +556,7 @@ the HTML is rendered with `nov-render-html-function'." (let ((beg (point))) (insert value) (shr-render-region beg (point))) - (insert value)) + (insert (format "%s" value))) (insert (propertize "None" 'face 'italic))) (insert "\n"))) (goto-char (point-min)))) -- cgit v1.2.3