diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d4ee14949..044590584 100755 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2008-09-23 Bastien Guerry + + * org-agenda.el (org-agenda-to-appt): Make sure the function check + against all agenda files. + 2008-09-23 Carsten Dominik * org-list.el: New file, aggregating list functions from org.el diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el index 2fc142aa5..93ecfbf8b 100644 --- a/lisp/org-agenda.el +++ b/lisp/org-agenda.el @@ -5367,7 +5367,7 @@ belonging to the \"Work\" category." (org-deadline-warning-days 0) (today (org-date-to-gregorian (time-to-days (current-time)))) - (files (org-agenda-files)) entries file) + (files (org-agenda-files 'unrestricted)) entries file) ;; Get all entries which may contain an appt (while (setq file (pop files)) (setq entries