From 15ebaa1137cb060756066afd28eae3bce2be9147 Mon Sep 17 00:00:00 2001 From: Carsten Dominik Date: Fri, 12 Dec 2008 11:22:51 +0100 Subject: [PATCH] Prepare agenda buffers before getting appointments. --- lisp/org-agenda.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el index ffcabde8c..25f2baa9b 100644 --- a/lisp/org-agenda.el +++ b/lisp/org-agenda.el @@ -5627,6 +5627,7 @@ belonging to the \"Work\" category." (time-to-days (current-time)))) (files (org-agenda-files 'unrestricted)) entries file) ;; Get all entries which may contain an appt + (org-prepare-agenda-buffers files) (while (setq file (pop files)) (setq entries (append entries -- 2.11.4.GIT