From: Mark Wooding Date: Sun, 24 Apr 2016 10:41:14 +0000 (+0100) Subject: dot/emacs: Pull in Org mode and BBDB explicitly when enabling appointments. X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/profile/commitdiff_plain/1cc5e0b1c585fc1957000bf757890d07506c78bd dot/emacs: Pull in Org mode and BBDB explicitly when enabling appointments. It should happen anyway because of the autoloads, only for some reason they don't trigger in Emacs 23. --- diff --git a/dot/emacs b/dot/emacs index b8989d7..320e03c 100644 --- a/dot/emacs +++ b/dot/emacs @@ -456,7 +456,9 @@ (setq appt-display-interval 3) (setq appt-message-warning-time 10) (and (not mdw-fast-startup) - (trap (appt-activate 1))) + (trap (require 'org) + (require 'bbdb) + (appt-activate 1))) ;; Org-mode agenda.