From fa7c989a3f176c8e9757a44d2047d4a97227617f Mon Sep 17 00:00:00 2001 From: Eric Schulte Date: Thu, 26 Apr 2012 12:50:16 -0400 Subject: [PATCH] remove call to bibtex-reformat which often hangs * lisp/org-bibtex.el (org-bibtex-headline): Remove call to bibtex-reformat which often hangs. --- lisp/org-bibtex.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org-bibtex.el b/lisp/org-bibtex.el index 21e36a7c1..3f580de20 100644 --- a/lisp/org-bibtex.el +++ b/lisp/org-bibtex.el @@ -369,7 +369,7 @@ This variable is relevant only if `org-bibtex-export-tags-as-keywords` is t." (progn (goto-char (match-end 1)) (insert ", ")) (bibtex-make-field "keywords" t t)) (insert (mapconcat #'identity tags ", "))) - (bibtex-reformat) (buffer-string))))))) + (buffer-string))))))) (defun org-bibtex-ask (field) (unless (assoc field org-bibtex-fields)