From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Clemente Subject: Tasks under COMMENT section are added to appt Date: Thu, 11 Dec 2008 19:29:40 +0100 Message-ID: <87y6ymtvjf.fsf@CPU107.opentrends.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LAqIG-00013m-VK for emacs-orgmode@gnu.org; Thu, 11 Dec 2008 13:29:49 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LAqIF-00012s-5U for emacs-orgmode@gnu.org; Thu, 11 Dec 2008 13:29:48 -0500 Received: from [199.232.76.173] (port=55458 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LAqIF-00012o-0S for emacs-orgmode@gnu.org; Thu, 11 Dec 2008 13:29:47 -0500 Received: from fg-out-1718.google.com ([72.14.220.155]:45763) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LAqID-00064s-Fw for emacs-orgmode@gnu.org; Thu, 11 Dec 2008 13:29:45 -0500 Received: by fg-out-1718.google.com with SMTP id l26so584291fgb.30 for ; Thu, 11 Dec 2008 10:29:42 -0800 (PST) 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: emacs-orgmode@gnu.org 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