X-Git-Url: https://git.donarmstrong.com/?p=org-ref.git;a=blobdiff_plain;f=jmax-bibtex.el;h=e792ffa01f13682bca8081bc18cefb52b527e1b7;hp=e560e540c609191d1efc0bbff04a1246e9027b97;hb=076d9bffd0ed994a5a7452799f72ea8ce8553537;hpb=fe35530c71e664ee515b3c3891bf812e561032e7 diff --git a/jmax-bibtex.el b/jmax-bibtex.el index e560e54..e792ffa 100644 --- a/jmax-bibtex.el +++ b/jmax-bibtex.el @@ -177,6 +177,8 @@ This is defined in `jmax-bibtex-journal-abbreviations'." ("ņ" . "{\\\\c{n}}") ("å" . "{\\\\aa}") ("ö" . "{\\\\\"o}") + ("Á" . "{\\\\'A}") + ("á" . "{\\\\'a}") ("í" . "{\\\\'i}") ("ó" . "{\\\\'o}") ("ó" . "{\\\\'o}") @@ -425,6 +427,9 @@ The function must take one argument, the doi.") (setq jmax-bibtex-menu-funcs '(("p" "df" jmax-bibtex-pdf) + ("C" "opy" (lambda (doi) + (kill-new (org-ref-bib-citation)) + (bury-buffer))) ("w" "os" doi-utils-wos) ("c" "iting articles" doi-utils-wos-citing) ("r" "elated articles" doi-utils-wos-related)