update packages
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
;;; org-ref-compat.el --- Compatibility functions for org-cite
|
||||
;;; org-ref-compat.el --- Compatibility functions for org-cite -*- lexical-binding: t; -*-
|
||||
|
||||
;;; Commentary:
|
||||
;;
|
||||
@@ -35,14 +35,14 @@ There is no way to get them all though, there are conflicting
|
||||
translations with some biblatex and some natbib commands. This
|
||||
list maps the natbib commands. I have also opted to use the full
|
||||
names rather than the short names."
|
||||
:group 'org-ref)
|
||||
:group 'org-ref
|
||||
:type '(list (cons string string)))
|
||||
|
||||
|
||||
(defun org-ref-to-org-cite ()
|
||||
(interactive)
|
||||
(let ((ref-cites (reverse (org-ref-get-cite-links)))
|
||||
ref-type
|
||||
path
|
||||
type path
|
||||
beg end)
|
||||
;; This takes care of the cite links
|
||||
(cl-loop for rc in ref-cites do
|
||||
|
||||
Reference in New Issue
Block a user