From 436f5ec473b69a9d3b6cb6405508e3564f61cd4b Mon Sep 17 00:00:00 2001 From: Vasilij Schneidermann Date: Tue, 30 Nov 2021 19:05:28 +0100 Subject: Match any of the item properties against "nav" --- nov.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nov.el') diff --git a/nov.el b/nov.el index 1ac4468..9691382 100644 --- a/nov.el +++ b/nov.el @@ -330,7 +330,7 @@ Each alist item consists of the identifier and full path." (cons toc-file files)))) (defun nov--content-epub3-files (content manifest files) - (let* ((node (esxml-query "package>manifest>item[properties=nav]" content)) + (let* ((node (esxml-query "package>manifest>item[properties~=nav]" content)) (id (esxml-node-attribute 'id node))) (when (not id) (error "EPUB 3