From 706cd9860da81161e68f3c5ac0e214abaf31d019 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Fri, 7 Feb 2014 23:16:05 -0500 Subject: ENH: Go to top after creating combined BibTeX file --- bog.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bog.el b/bog.el index 19d2f63..b35b72b 100644 --- a/bog.el +++ b/bog.el @@ -354,7 +354,8 @@ file." (insert "\n") (insert-file-contents it) (goto-char (point-max))) - (bibtex-mode))) + (bibtex-mode) + (goto-char (point-min)))) (defun bog-collect-references (&optional no-sort) "Return names in buffer that match `bog-citekey-format'. -- cgit v1.2.3