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 and bdarcus committed Sep 13, 2021
1 parent 32dc99d commit 4947f64
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion oc-bibtex-actions.el
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,8 @@ 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 (bibtex-actions--extract-keys
(bibtex-actions-select-refs))))
(if multiple
references
(car references))))
Expand Down

0 comments on commit 4947f64

Please sign in to comment.