From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Recurrence on Monday, Wednesday and Friday Date: Sun, 14 Oct 2007 08:14:14 +0200 Message-ID: <183c05a572164bfbb46687e122e08ec1@science.uva.nl> References: <1192312729.5331.32.camel@barebusta> Mime-Version: 1.0 (Apple Message framework v624) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Igwjz-0005n3-Vy for emacs-orgmode@gnu.org; Sun, 14 Oct 2007 02:14:20 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Igwjw-0005jb-60 for emacs-orgmode@gnu.org; Sun, 14 Oct 2007 02:14:19 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Igwjw-0005jQ-09 for emacs-orgmode@gnu.org; Sun, 14 Oct 2007 02:14:16 -0400 Received: from korteweg.uva.nl ([146.50.98.70]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Igwjv-0006u7-K9 for emacs-orgmode@gnu.org; Sun, 14 Oct 2007 02:14:15 -0400 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: John Wiegley Cc: org-mode On Oct 14, 2007, at 3:03, John Wiegley wrote: > 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. You can already use a diary sexp in a time stamp, I think that should cover everything? - Carsten