Skip to content

Commit

Permalink
Fix bug in citar-citeproc-select-csl-style
Browse files Browse the repository at this point in the history
  • Loading branch information
benthamite committed Dec 26, 2023
1 parent 572b7b6 commit 56b2072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion citar-citeproc.el
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ accepted.")
files))
(style
(if (= (length list) 1)
(car list)
(caar list)
(completing-read "Select CSL style file: " list nil t)))
(file (cdr (assoc style list))))
(setq citar-citeproc-csl-style file)))
Expand Down

0 comments on commit 56b2072

Please sign in to comment.