From c0f4677a74be5ace1fe12dbcd672ef0f5d15ba36 Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Fri, 26 Oct 2012 14:49:09 +0200 Subject: [PATCH] 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."