From: John Kitchin Date: Sat, 24 Jan 2015 15:28:53 +0000 (-0500) Subject: Merge branch 'adc1b43' X-Git-Url: https://git.donarmstrong.com/?p=org-ref.git;a=commitdiff_plain;h=8c5950009302de7919a5d43387cd130932cb6ab8;hp=-c Merge branch 'adc1b43' --- 8c5950009302de7919a5d43387cd130932cb6ab8 diff --combined jmax-bibtex.el index e560e54,33bfe88..e792ffa --- a/jmax-bibtex.el +++ b/jmax-bibtex.el @@@ -177,13 -177,14 +177,15 @@@ This is defined in `jmax-bibtex-journal ("ņ" . "{\\\\c{n}}") ("å" . "{\\\\aa}") ("ö" . "{\\\\\"o}") + ("Á" . "{\\\\'A}") + ("á" . "{\\\\'a}") ("í" . "{\\\\'i}") ("ó" . "{\\\\'o}") ("ó" . "{\\\\'o}") ("ú" . "{\\\\'u}") ("ú" . "{\\\\'u}") ("š" . "{\\\\v{s}}") + ("ř" . "{\\\\v{r}}") ("İ" . "{\\\\.I}") ("ğ" . "{\\\\u{g}}") ("δ" . "$\\\\delta$") @@@ -425,6 -426,9 +427,9 @@@ The function must take one argument, th (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)