summaryrefslogtreecommitdiff
path: root/bog.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2014-12-11 23:13:32 -0500
committerKyle Meyer <kyle@kyleam.com>2014-12-11 23:13:32 -0500
commit2d473a2540733bebae3c530acd97fe4111a1d110 (patch)
treea935c2104049fa0a24d1d68f19a172e1c8449fea /bog.el
parent7d458a443fc680d0be6f386c13bead32162f75cf (diff)
downloadbog-2d473a2540733bebae3c530acd97fe4111a1d110.tar.gz
bog-citekeys-in-file: Don't load Org mode
Diffstat (limited to 'bog.el')
-rw-r--r--bog.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/bog.el b/bog.el
index 03aff43..772e128 100644
--- a/bog.el
+++ b/bog.el
@@ -323,7 +323,6 @@ word constituents."
(let (refs
case-fold-search)
(with-temp-buffer
- (org-mode)
(insert-file-contents file)
(while (re-search-forward bog-citekey-format nil t)
(push (match-string-no-properties 0) refs)))