emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] Tasks under COMMENT section are added to appt


From: Daniel Clemente
Subject: Re: [Orgmode] Tasks under COMMENT section are added to appt
Date: Fri, 12 Dec 2008 23:17:25 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

Carsten Dominik <address@hidden> 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
>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]