summaryrefslogtreecommitdiff
path: root/bog.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2014-02-07 23:16:05 -0500
committerKyle Meyer <kyle@kyleam.com>2014-02-07 23:16:05 -0500
commit706cd9860da81161e68f3c5ac0e214abaf31d019 (patch)
tree7ce7641bafe1872cd8c3376c97a62fb2ea266941 /bog.el
parent90179347406f972855ccb96a94bfa70f50469d76 (diff)
downloadbog-706cd9860da81161e68f3c5ac0e214abaf31d019.tar.gz
ENH: Go to top after creating combined BibTeX file
Diffstat (limited to 'bog.el')
-rw-r--r--bog.el3
1 files changed, 2 insertions, 1 deletions
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'.