diff options
author | Kyle Meyer <kyle@kyleam.com> | 2014-12-11 23:13:32 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2014-12-11 23:13:32 -0500 |
commit | 2d473a2540733bebae3c530acd97fe4111a1d110 (patch) | |
tree | a935c2104049fa0a24d1d68f19a172e1c8449fea /bog.el | |
parent | 7d458a443fc680d0be6f386c13bead32162f75cf (diff) | |
download | bog-2d473a2540733bebae3c530acd97fe4111a1d110.tar.gz |
bog-citekeys-in-file: Don't load Org mode
Diffstat (limited to 'bog.el')
-rw-r--r-- | bog.el | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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))) |