From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Riley Subject: bug? scheduled keyword inside org items. Date: Mon, 11 Oct 2010 18:18:06 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=34393 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P5L53-0004Qe-N7 for emacs-orgmode@gnu.org; Mon, 11 Oct 2010 12:18:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P5L4x-0004JY-EJ for emacs-orgmode@gnu.org; Mon, 11 Oct 2010 12:18:29 -0400 Received: from lo.gmane.org ([80.91.229.12]:48703) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P5L4x-0004J6-7E for emacs-orgmode@gnu.org; Mon, 11 Oct 2010 12:18:23 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1P5L4t-0001hv-MM for emacs-orgmode@gnu.org; Mon, 11 Oct 2010 18:18:19 +0200 Received: from 85.183.18.158 ([85.183.18.158]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 11 Oct 2010 18:18:19 +0200 Received: from rileyrg by 85.183.18.158 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 11 Oct 2010 18:18:19 +0200 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 had stored a post here in my todo life as follows ,---- | | * my org item | | Subject: Re: Recurring scheduled items appearing in schedule | From: Bernt Hansen | To: Dustin Hoffman | Date: Sat, 09 Oct 2010 20:16:52 -0400 | | 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> | > | > `---- The SCHEDULED items inside the quoted text are appearing in my agenda. Bug, as expected or can I stop that?