From mboxrd@z Thu Jan 1 00:00:00 1970 From: Manish Subject: Re: Question about agenda Date: Wed, 8 Oct 2008 21:52:07 +0530 Message-ID: References: <48ECCA25.3080806@sift.info> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Knbnh-0000Be-HV for emacs-orgmode@gnu.org; Wed, 08 Oct 2008 12:22:13 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Knbnf-0000B7-Ui for emacs-orgmode@gnu.org; Wed, 08 Oct 2008 12:22:13 -0400 Received: from [199.232.76.173] (port=41610 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Knbnf-0000B2-GA for emacs-orgmode@gnu.org; Wed, 08 Oct 2008 12:22:11 -0400 Received: from ti-out-0910.google.com ([209.85.142.189]:36636) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Knbnf-0005yW-HO for emacs-orgmode@gnu.org; Wed, 08 Oct 2008 12:22:11 -0400 Received: by ti-out-0910.google.com with SMTP id u5so11783593tia.10 for ; Wed, 08 Oct 2008 09:22:08 -0700 (PDT) In-Reply-To: <48ECCA25.3080806@sift.info> Content-Disposition: inline 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: Robert Goldman Cc: emacs-orgmode@gnu.org On Wed, Oct 8, 2008 at 8:26 PM, Robert Goldman wrote: > I have an org file which the agenda sees in which I put an outline item > with notes from a meeting. The header for this item is as follows: > > * Tasks > ... > * * Meeting with XXXX > SCHEDULED: <2008-10-06 Mon> > ... > > What I was somewhat surprised to see was that this continues to roll > down my agenda, e.g.: > > .... > Wednesday 8 October 2008 > smite: Sched. 3x: Meeting with XXXXX > .... > > I think this means that I don't really understand the meaning of > SCHEDULED, nor do I understand how the agendas are composed. But I'm > looking at the info manual now, and I'm not actually enlightened. > > Is there something I should do to tag something SCHEDULED like this so > that it no longer appears in my agenda view as something still to be > done? Is there a HAPPENED tag, or something like that? When something is SCHEDULED it continues to appear in agenda as long as it is not marked DONE. You can do that (marking something DONE) using C-c C-d in the Org file or using "t" from agenda view. -- Manish