update packages
This commit is contained in:
@@ -26,6 +26,8 @@
|
||||
;;; Code:
|
||||
|
||||
(require 'parse-time)
|
||||
(require 'compat)
|
||||
|
||||
(require 'citeproc-bibtex)
|
||||
|
||||
(defvar citeproc-blt-to-csl-types-alist
|
||||
@@ -473,7 +475,7 @@ biblatex variables in B."
|
||||
(citeproc-blt--get-standard 'address b)))
|
||||
(push (cons csl-place-var ~location) result)))
|
||||
;; url
|
||||
(-when-let (url (or (let ((u (alist-get 'url b))) (and u (citeproc-s-replace "\\" "" u)))
|
||||
(-when-let (url (or (let ((u (alist-get 'url b))) (and u (string-replace "\\" "" u)))
|
||||
(when-let ((~eprinttype (or (alist-get 'eprinttype b)
|
||||
(alist-get 'archiveprefix b)))
|
||||
(~eprint (alist-get 'eprint b))
|
||||
|
||||
Reference in New Issue
Block a user