From mboxrd@z Thu Jan 1 00:00:00 1970 From: Enda Subject: How can I set an event to occur every day except Saturday and Sunday between two given dates? Date: Thu, 14 Jun 2012 09:52:34 -0700 (PDT) Message-ID: <1339692754.52623.YahooMailNeo@web163105.mail.bf1.yahoo.com> Reply-To: Enda Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="196471698-932205125-1339692754=:52623" Return-path: Received: from eggs.gnu.org ([208.118.235.92]:47221) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SfDHm-0003AW-MC for emacs-orgmode@gnu.org; Thu, 14 Jun 2012 12:52:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SfDHg-00088c-MZ for emacs-orgmode@gnu.org; Thu, 14 Jun 2012 12:52:42 -0400 Received: from nm5-vm0.bullet.mail.bf1.yahoo.com ([98.139.213.150]:22437) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1SfDHg-00088K-Dd for emacs-orgmode@gnu.org; Thu, 14 Jun 2012 12:52:36 -0400 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: "emacs-orgmode@gnu.org" --196471698-932205125-1339692754=:52623 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable I know how can I set an event to occur every day except Saturday and Sunday= =0A=0A** Daily meeting=0A=A0 =A0<%%(memq (calendar-day-of-week date) '(1 2 = 3 4 5))>=0A=0AHow can I set an event to occur every day except Saturday and= Sunday=0Abetween two given dates?=0A=0A=0ABest wishes,=0A=0AEnda --196471698-932205125-1339692754=:52623 Content-Type: text/html; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable
I know how can I set an event = to occur every day except Saturday and Sunday

** Daily meeting
   &= lt;%%(memq (calendar-day-of-week date) '(1 2 3 4 5))>
<= font face=3D"times new roman, new york, times, serif">
How can I set an ev= ent to occur every day except Saturday and Sunday
between two given dates?


Best wishes,

Enda
--196471698-932205125-1339692754=:52623--