summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)))