branch: scratch/org-contacts-rebased
commit c0f4677a74be5ace1fe12dbcd672ef0f5d15ba36
Author: Bastien Guerry <b...@altern.org>
Commit: Bastien Guerry <b...@altern.org>

    contrib/lisp/org-contacts.el: Require 'org-agenda.
    
    Thanks to Christopher Schmidt for pointing this.
---
 org-contacts.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/org-contacts.el b/org-contacts.el
index bc52648..30b9ed0 100644
--- a/org-contacts.el
+++ b/org-contacts.el
@@ -42,6 +42,7 @@
 (eval-and-compile
   (require 'org))
 (require 'gnus-util)
+(require 'org-agenda)
 
 (defgroup org-contacts nil
   "Options concerning contacts management."

Reply via email to