]> git.donarmstrong.com Git - org-ref.git/blobdiff - jmax-bibtex.el
space change.
[org-ref.git] / jmax-bibtex.el
index e560e540c609191d1efc0bbff04a1246e9027b97..ea4ab971ca8867123e3a4f287a117be501ea4df7 100644 (file)
@@ -177,6 +177,8 @@ This is defined in `jmax-bibtex-journal-abbreviations'."
        ("ņ" . "{\\\\c{n}}")
        ("å" . "{\\\\aa}")
        ("ö" . "{\\\\\"o}")
        ("ņ" . "{\\\\c{n}}")
        ("å" . "{\\\\aa}")
        ("ö" . "{\\\\\"o}")
+       ("Á" . "{\\\\'A}")
+       ("á" . "{\\\\'a}")
        ("í" . "{\\\\'i}")
        ("ó" . "{\\\\'o}")
        ("ó" . "{\\\\'o}")
        ("í" . "{\\\\'i}")
        ("ó" . "{\\\\'o}")
        ("ó" . "{\\\\'o}")
@@ -203,6 +205,7 @@ This is defined in `jmax-bibtex-journal-abbreviations'."
        ("–" . "-")
        ("−" . "-")
        ("–" . "-")
        ("–" . "-")
        ("−" . "-")
        ("–" . "-")
+       ("—" . "-")
        ("‘" . "'")
        ("’" . "'")
        ("“" . "\"")
        ("‘" . "'")
        ("’" . "'")
        ("“" . "\"")
@@ -425,6 +428,9 @@ The function must take one argument, the doi.")
 
 (setq jmax-bibtex-menu-funcs
       '(("p" "df" jmax-bibtex-pdf)
 
 (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)
        ("w" "os" doi-utils-wos)
        ("c" "iting articles" doi-utils-wos-citing)
        ("r" "elated articles" doi-utils-wos-related)