diff options
author | Kyle Meyer <kyle@kyleam.com> | 2015-01-21 21:15:17 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2015-01-21 21:15:17 -0500 |
commit | 8a80f8890545c9341b65a31327153d196aaafd38 (patch) | |
tree | 8aa5085f34ae90364c5e7d7f2d2fe6754659e587 /bog.el | |
parent | b3e008dee9fb0cb9db7714b6a904573ff21bed10 (diff) | |
download | bog-8a80f8890545c9341b65a31327153d196aaafd38.tar.gz |
bog-list-orphan-citekeys: Turn on Bog
Diffstat (limited to 'bog.el')
-rw-r--r-- | bog.el | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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))) |