Carsten Dominik <domi...@science.uva.nl> writes:

> could you please try if the following patch fixes this problem?

A simple patch, and it works! Thanks for commiting it.

--
Daniel


>
> diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el
> index ffcabde..25f2baa 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
>


_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to