From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dustin Hoffman Subject: Recurring scheduled items appearing in schedule Date: Sat, 9 Oct 2010 17:00:15 -0600 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from [140.186.70.92] (port=60411 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P4iXU-0006mP-KR for emacs-orgmode@gnu.org; Sat, 09 Oct 2010 19:09:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P4iOm-0005NF-Aj for emacs-orgmode@gnu.org; Sat, 09 Oct 2010 19:00:17 -0400 Received: from mail-gw0-f41.google.com ([74.125.83.41]:44251) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P4iOm-0005NA-8B for emacs-orgmode@gnu.org; Sat, 09 Oct 2010 19:00:16 -0400 Received: by gwj22 with SMTP id 22so1072943gwj.0 for ; Sat, 09 Oct 2010 16:00:15 -0700 (PDT) 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 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