update packages
This commit is contained in:
@@ -232,7 +232,7 @@ This uses a citeproc library."
|
||||
|
||||
(defun or-ivy-bibtex-copy-formatted-citation (entry)
|
||||
"Copy formatted citation to clipboard for ENTRY."
|
||||
(kill-new (org-ref-format-entry entry)))
|
||||
(kill-new (org-ref-format-entry (cdr (assoc "=key=" entry)))))
|
||||
|
||||
|
||||
(defun or-ivy-bibtex-add-entry (_)
|
||||
@@ -462,11 +462,10 @@ Use a prefix arg to select the ref type."
|
||||
(t
|
||||
(insert
|
||||
(or (when (looking-at "$") " ") "")
|
||||
(concat org-ref-default-ref-type
|
||||
(concat (org-ref-infer-ref-type label)
|
||||
":"
|
||||
label))))))
|
||||
|
||||
|
||||
(require 'hydra)
|
||||
(setq hydra-is-helpful t)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user