mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-12-28 10:56:57 +00:00
Prepare agenda buffers before getting appointments.
This commit is contained in:
parent
5ff646fc90
commit
15ebaa1137
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user