]> git.donarmstrong.com Git - org-ref.git/commitdiff
add org require
authorJohn Kitchin <jkitchin@andrew.cmu.edu>
Tue, 3 Mar 2015 22:39:12 +0000 (17:39 -0500)
committerJohn Kitchin <jkitchin@andrew.cmu.edu>
Tue, 3 Mar 2015 22:39:12 +0000 (17:39 -0500)
This seems to be needed so that org-mode-map is defined.

org-ref.org

index 100f8da9f18d575bb5f1e9f375a02dc2adc482db..fc72e595400b70ec2b163e2c20495f5fc53c29b9 100644 (file)
@@ -75,6 +75,7 @@ The only external require is reftex-cite
 (require 'helm)
 (require 'helm-config)
 (require 'helm-bibtex)
+(require 'org)
 #+END_SRC
 
 ** Custom variables