Skip to content

Commit

Permalink
Fix type of the added blt-type entry fields
Browse files Browse the repository at this point in the history
  • Loading branch information
andras-simonyi committed Jul 9, 2022
1 parent 6f54885 commit 392106d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion citeproc-biblatex.el
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ biblatex variables in B."
(citeproc-bt--to-csl ~reftype)))
result))
;; We store the original bib(la)tex type for filtering purposes.
(push (cons 'blt-type ~type) result)
(push (cons 'blt-type (symbol-name ~type)) result)
;; names
;; TODO: handle editorb and editorc as well...
(when-let ((~editortype (alist-get 'editortype b))
Expand Down

0 comments on commit 392106d

Please sign in to comment.