From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: bug? scheduled keyword inside org items. Date: Tue, 12 Oct 2010 07:24:18 +0200 Message-ID: <5F28D179-8DFC-49E3-8490-CF118A05FE8A@gmail.com> References: <20101011201501.GB14385@soloJazz.com> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=UTF-8; format=flowed; delsp=yes Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=38707 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P5XO7-0000Wt-6m for emacs-orgmode@gnu.org; Tue, 12 Oct 2010 01:27:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P5XLe-0002ak-DM for emacs-orgmode@gnu.org; Tue, 12 Oct 2010 01:24:27 -0400 Received: from mail-ew0-f41.google.com ([209.85.215.41]:60870) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P5XLe-0002aA-80 for emacs-orgmode@gnu.org; Tue, 12 Oct 2010 01:24:26 -0400 Received: by ewy5 with SMTP id 5so872604ewy.0 for ; Mon, 11 Oct 2010 22:24:23 -0700 (PDT) In-Reply-To: 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: Richard Riley Cc: Juan Pechiar , emacs-orgmode@gnu.org On Oct 11, 2010, at 11:10 PM, Richard Riley wrote: > Juan Pechiar writes: > >> I'd imagine enclosing the email text in a #+BEGIN_EXAMPLE block would >> make sense (semantically) and also avoid interpretation of SCHEDULED >> keyword. > > That does make sense. I need to look into my template then for > journaling email. > >> >> But even using #+BEGIN_COMMENT block, timestamps and SCHEDULED are >> found by the agenda. > > That doesn't sound good. Should it? No, it should not. But it is costly to parse for all these special places, and in order to keep the agenda reasonably fast, this is one of the compromises. I guess such a case is not very frequent, and I usually work around =20 them by inserting a space between the opening angular bracket and the =20= time stamp: #+begin_example ,* test SCHEDULED: < 2010-10-10 Sun> #+end_example That successfully breaks the timestamp parser, but still conveys reasonably well what is meant. - Carsten > >> >> A workaround for your problem can be setting those timestamps as >> inactive. >> >> Regards, >> .j. >> >> On Mon, Oct 11, 2010 at 06:18:06PM +0200, Richard Riley wrote: >>> 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 =20= >>> period >>> | > of months. The problem is, that each of these scheduled items =20= >>> appears >>> | > under the current day in the agenda view and the multiplier =20 >>> (eg 6x, >>> | > 5x) keeps going up. >>> | > >>> | > What I want is each of these scheduled items to appear only on =20= >>> 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 =20 >>> agenda. >>> >>> Bug, as expected or can I stop that? > > --=20 > =E2=98=98 http://www.shamrockirishbar.com, = http://splash-of-open-sauce.blogspot.co=20 > m/ http://www.richardriley.net > > _______________________________________________ > 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