From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: Recurring scheduled items appearing in schedule Date: Sat, 09 Oct 2010 20:16:52 -0400 Message-ID: <87wrpqvr4b.fsf@gollum.intra.norang.ca> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=56214 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P4jb6-0006BN-2h for emacs-orgmode@gnu.org; Sat, 09 Oct 2010 20:17:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P4jb4-0003q2-MG for emacs-orgmode@gnu.org; Sat, 09 Oct 2010 20:17:03 -0400 Received: from mho-02-ewr.mailhop.org ([204.13.248.72]:57519) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P4jb4-0003py-IE for emacs-orgmode@gnu.org; Sat, 09 Oct 2010 20:17:02 -0400 In-Reply-To: (Dustin Hoffman's message of "Sat, 9 Oct 2010 17:00:15 -0600") 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: Dustin Hoffman Cc: emacs-orgmode@gnu.org Dustin Hoffman writes: > I have scheduled reminders for things that occur weekly over a period > of months. The problem is, that each of these scheduled items appears > under the current day in the agenda view and the multiplier (eg 6x, > 5x) keeps going up. > > What I want is each of these scheduled items to appear only on the > days that they occur in the agenda view. > > Here is an example of an org file with a schedule in it. > > * Class Times > ** Class > SCHEDULED: <2010-09-28 Tue 12:30-13:48 +1w> > ** Class > SCHEDULED: <2010-09-23 Thu 12:30-13:48 +1w> > > > Her is an example of the agenda view for today that shows all of the tasks. > > 647: Sched. 6x: Class > 760: Sched. 6x: Class > 755: Sched. 6x: Class > 788.12: Sched. 5x: Class > 886: Sched. 5x: Class > 647: Sched. 4x: Class > 760: Sched. 4x: Class > 755: Sched. 4x: Class > 788.12: Sched. 3x: Class > 888.12: Sched. 3x: Class > 647: Sched. 2x: Class > 760: Sched. 2x: Class > 755: Sched. 2x: Class > > I have tried setting (org-agenda-skip-scheduled-if-done t) in my > .emacs file with no luck. Any ideas of what I am doing wrong? > > Thanks, > > Dustin > > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode Hi Dustin, Just remove the SCHEDULED: from the task and it should do what you want. SCHEDULED: tends to be more for TODO action items. -Bernt