]> git.donarmstrong.com Git - org-ref.git/commitdiff
Merge branch 'adc1b43'
authorJohn Kitchin <jkitchin@andrew.cmu.edu>
Sat, 24 Jan 2015 15:28:53 +0000 (10:28 -0500)
committerJohn Kitchin <jkitchin@andrew.cmu.edu>
Sat, 24 Jan 2015 15:28:53 +0000 (10:28 -0500)
1  2 
jmax-bibtex.el

diff --combined jmax-bibtex.el
index e560e540c609191d1efc0bbff04a1246e9027b97,33bfe88755e642995b44bac3fe8ec16d8cabb814..e792ffa01f13682bca8081bc18cefb52b527e1b7
@@@ -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)