From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Tasks under COMMENT section are added to appt Date: Fri, 12 Dec 2008 10:46:39 +0100 Message-ID: <7C0E49C4-7CD1-4E3C-963E-2A0D92407F8F@uva.nl> References: <87y6ymtvjf.fsf@CPU107.opentrends.net> Mime-Version: 1.0 (Apple Message framework v929.2) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LB4bc-0005kN-SD for emacs-orgmode@gnu.org; Fri, 12 Dec 2008 04:46:44 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LB4bb-0005hY-Mm for emacs-orgmode@gnu.org; Fri, 12 Dec 2008 04:46:44 -0500 Received: from [199.232.76.173] (port=45604 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LB4bb-0005h7-Hw for emacs-orgmode@gnu.org; Fri, 12 Dec 2008 04:46:43 -0500 Received: from ey-out-1920.google.com ([74.125.78.145]:18676) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LB4bb-0000tD-2C for emacs-orgmode@gnu.org; Fri, 12 Dec 2008 04:46:43 -0500 Received: by ey-out-1920.google.com with SMTP id 4so191476eyg.24 for ; Fri, 12 Dec 2008 01:46:41 -0800 (PST) In-Reply-To: <87y6ymtvjf.fsf@CPU107.opentrends.net> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Daniel Clemente Cc: emacs-orgmode@gnu.org Hi Daniel, could you please try if the following patch fixes this problem? Thanks. - Carsten 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 On Dec 11, 2008, at 7:29 PM, Daniel Clemente wrote: > > Hi, > the agenda view ignores tasks which have a COMMENT keyword in the > headline (or are children of a such headline): > > * COMMENT Past activities > ** DONE Go do something, <2007-10-25 Do 18:00 +1w> > ... > ** DONE Something else I did > SCHEDULED: <2008-12-11 dj 19:45> > > > But I was surprised to find them added as appointments to appt > after an (org-agenda-to-appt). Both were added (you can check it > with appt-delete) and they will be displayed from now on. > I think they should be always be ignored by default. > > > Thanks, > > Daniel > > > _______________________________________________ > 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