contrib/lisp/org-contacts.el: Require 'org-agenda.
Thanks to Christopher Schmidt for pointing this.
This commit is contained in:
parent
db8e06147a
commit
3cd0c14d34
|
@ -42,6 +42,7 @@
|
|||
(eval-and-compile
|
||||
(require 'org))
|
||||
(require 'gnus-util)
|
||||
(require 'org-agenda)
|
||||
|
||||
(defgroup org-contacts nil
|
||||
"Options concerning contacts management."
|
||||
|
|
Loading…
Reference in New Issue