summaryrefslogtreecommitdiff
path: root/bog.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2015-01-21 21:15:17 -0500
committerKyle Meyer <kyle@kyleam.com>2015-01-21 21:15:17 -0500
commit8a80f8890545c9341b65a31327153d196aaafd38 (patch)
tree8aa5085f34ae90364c5e7d7f2d2fe6754659e587 /bog.el
parentb3e008dee9fb0cb9db7714b6a904573ff21bed10 (diff)
downloadbog-8a80f8890545c9341b65a31327153d196aaafd38.tar.gz
bog-list-orphan-citekeys: Turn on Bog
Diffstat (limited to 'bog.el')
-rw-r--r--bog.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/bog.el b/bog.el
index 5ecdc2d..63f2fbe 100644
--- a/bog.el
+++ b/bog.el
@@ -387,6 +387,7 @@ With prefix FILE, include only orphan citekeys from that file."
(insert (format "* %s\n\n" (file-name-nondirectory f)))
(insert (concat cks "\n\n")))))
(org-mode)
+ (bog-mode 1)
(show-all)
(goto-char (point-min)))
(pop-to-buffer bufname)))