From c8f07d16dd5ca2df8c0a913ffd5384e68e40a68e Mon Sep 17 00:00:00 2001 From: John Kitchin Date: Thu, 9 Apr 2015 08:47:55 -0400 Subject: [PATCH] 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. --- org-ref.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2