From 80972dafee355609183476693ccc1b645007520c Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Thu, 23 Dec 2021 16:05:35 +0530 Subject: Rename gn:authors predicate to gn:author. gn:authors is a typo. * dump.scm (dump-publication): Rename gn:authors predicate to gn:author. --- dump.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dump.scm') diff --git a/dump.scm b/dump.scm index 2f88ead..3e4456e 100755 --- a/dump.scm +++ b/dump.scm @@ -321,7 +321,7 @@ ALIST field-name) forms." (set gn:pages (field Publication Pages)) (set gn:month (field Publication Month)) (set gn:year (field Publication Year)) - (multiset gn:authors + (multiset gn:author ;; The authors field is a comma ;; separated list. Split it. (map string-trim (string-split (field Publication Authors) #\,))) -- cgit v1.2.3