diff options
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))) |