From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Wiegley Subject: Re: Recurrence on Monday, Wednesday and Friday Date: Sat, 13 Oct 2007 21:03:56 -0400 Message-ID: References: <1192312729.5331.32.camel@barebusta> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Igrtp-0003uX-Sm for emacs-orgmode@gnu.org; Sat, 13 Oct 2007 21:04:09 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Igrtn-0003uH-ET for emacs-orgmode@gnu.org; Sat, 13 Oct 2007 21:04:08 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Igrtn-0003uE-9R for emacs-orgmode@gnu.org; Sat, 13 Oct 2007 21:04:07 -0400 Received: from johnwiegley.com ([208.70.150.153] helo=mail.johnwiegley.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Igrtn-0006Ib-1w for emacs-orgmode@gnu.org; Sat, 13 Oct 2007 21:04:07 -0400 Received: from Hermes.local (unknown [72.51.84.79]) by mail.johnwiegley.com (Postfix) with ESMTP id 0C6C44224DC for ; Sat, 13 Oct 2007 20:04:05 -0500 (CDT) In-Reply-To: <1192312729.5331.32.camel@barebusta> (Cecil Westerhof's message of "Sat\, 13 Oct 2007 23\:58\:49 +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: org-mode Cecil Westerhof writes: > I started today to play with org-mode and agendaview. I like what I see. > But I want something to reoccur every Monday, Wednesday and Friday. Is this > possible, or do I need to generate three different entries? I think we need another property which can define a lisp lambda to be used for calculating which dates a task will next will fall on, based on the current SCHEDULED date. John