diff --git a/citar-citeproc.el b/citar-citeproc.el index a78b202b..db6bfe1c 100644 --- a/citar-citeproc.el +++ b/citar-citeproc.el @@ -83,8 +83,8 @@ accepted.") files)) (style (if (= (length list) 1) - (car list) - (completing-read "Select CSL style file: " list nil t))) + (caar list) + (completing-read "Select CSL style: " list nil t))) (file (cdr (assoc style list)))) (setq citar-citeproc-csl-style file)))