From: John Kitchin Date: Thu, 9 Apr 2015 12:47:55 +0000 (-0400) Subject: add set dialect to org-ref-bib-citation X-Git-Url: https://git.donarmstrong.com/?p=org-ref.git;a=commitdiff_plain;h=c8f07d16dd5ca2df8c0a913ffd5384e68e40a68e add set dialect to org-ref-bib-citation This seems necessary for biblatex according to https://github.com/jkitchin/org-ref/issues/31#issuecomment-91147311. --- diff --git a/org-ref.el b/org-ref.el index 4a87969..aecf1ae 100644 --- a/org-ref.el +++ b/org-ref.el @@ -2093,7 +2093,7 @@ arg (ALTERNATIVE-CITE) to get a menu of citation types." (defun org-ref-bib-citation () "From a bibtex entry, create and return a simple citation string. This assumes you are in an article." - + (bibtex-set-dialect nil t) (bibtex-beginning-of-entry) (let* ((cb (current-buffer)) (bibtex-expand-strings t)