1
0
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2025-01-01 11:15:00 +00:00

Prepare agenda buffers before getting appointments.

This commit is contained in:
Carsten Dominik 2008-12-12 11:22:51 +01:00
parent 5ff646fc90
commit 15ebaa1137

View File

@ -5627,6 +5627,7 @@ belonging to the \"Work\" category."
(time-to-days (current-time)))) (time-to-days (current-time))))
(files (org-agenda-files 'unrestricted)) entries file) (files (org-agenda-files 'unrestricted)) entries file)
;; Get all entries which may contain an appt ;; Get all entries which may contain an appt
(org-prepare-agenda-buffers files)
(while (setq file (pop files)) (while (setq file (pop files))
(setq entries (setq entries
(append entries (append entries