summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Schulte <eric.schulte@gmx.com>2012-04-26 12:50:16 -0400
committerEric Schulte <eric.schulte@gmx.com>2012-04-26 12:50:16 -0400
commitfa7c989a3f176c8e9757a44d2047d4a97227617f (patch)
tree610fe91b1b72546bd769ca0c18d89dd642646462
parent374c56bad34488d029216a903e70655ead733005 (diff)
downloadorg-mode-fa7c989a3f176c8e9757a44d2047d4a97227617f.tar.gz
remove call to bibtex-reformat which often hangs
* lisp/org-bibtex.el (org-bibtex-headline): Remove call to bibtex-reformat which often hangs.
-rw-r--r--lisp/org-bibtex.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org-bibtex.el b/lisp/org-bibtex.el
index 21e36a7..3f580de 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)