remove call to bibtex-reformat which often hangs

* lisp/org-bibtex.el (org-bibtex-headline): Remove call to
  bibtex-reformat which often hangs.
This commit is contained in:
Eric Schulte 2012-04-26 12:50:16 -04:00
parent 374c56bad3
commit fa7c989a3f
1 changed files with 1 additions and 1 deletions

View File

@ -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)