From mboxrd@z Thu Jan 1 00:00:00 1970 From: Brian van den Broek Subject: Re: Scheduled events persists unless deleted Date: Wed, 05 Sep 2007 09:22:03 -0400 Message-ID: <46DEAD7B.4010706@cc.umanitoba.ca> References: <7224a92b0709050602l144e19e7q7eb1de79e705b2ec@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ISupl-0005s6-Td for emacs-orgmode@gnu.org; Wed, 05 Sep 2007 09:22:17 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ISupk-0005rH-C1 for emacs-orgmode@gnu.org; Wed, 05 Sep 2007 09:22:17 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ISupk-0005r6-4O for emacs-orgmode@gnu.org; Wed, 05 Sep 2007 09:22:16 -0400 Received: from electra.cc.umanitoba.ca ([130.179.16.23]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1ISupj-0006Lf-Qn for emacs-orgmode@gnu.org; Wed, 05 Sep 2007 09:22:15 -0400 In-Reply-To: <7224a92b0709050602l144e19e7q7eb1de79e705b2ec@mail.gmail.com> 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 Cc: Carl Bolduc Carl Bolduc said unto the world upon 09/05/2007 09:02 AM: > Hi! > > Still very new to Org... my setup is very simple at the moment, 1 file for > work and 1 file for home. At the top of each of those files, I keep a "* > Event" entry and I put my meetings and events under there. > > If , for example, and event is scheduled for yesterday, it will show up > today as well in my agenda, with "2x" in front of it. I have to delete the > entry if I want it to go away. Since these are often not related to ToDo, I > would like to keep them but I would like them to appear only on the day they > are scheduled. > > Is it possible? > Thanks, > Carl Hi Carl, I'm pretty new, too. But, for an event such as a meeting, have you tried not scheduling it, but instead simply marking it with an active timestamp? Try something like this: * Events ** Meeting with with Pat about foos and bars <2007-09-09 10:30-12:00> *** TODO Prepare notes on foos and bars for meeting with Pat SCHEDULED: <2007-09-04 Thu> DEADLINE: <2007-09-08 Mon -2d> HTH, Brian vdB