Skip to content

Commit

Permalink
Adapt oc-bibtex-actions-insert to changed format (#284)
Browse files Browse the repository at this point in the history
  • Loading branch information
andersjohansson authored Sep 13, 2021
1 parent 32dc99d commit 32fad99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oc-bibtex-actions.el
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ With PROC list, limits to specific processors."

(defun oc-bibtex-actions-insert (&optional multiple)
"Return a list of keys when MULTIPLE, or else a key string."
(let ((references (bibtex-actions-select-keys)))
(let ((references (mapcar #'car (bibtex-actions-select-refs))))
(if multiple
references
(car references))))
Expand Down

0 comments on commit 32fad99

Please sign in to comment.