From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Rakestraw Subject: Re: How can I set an event to occur every day except Saturday and Sunday between two given dates? Date: Thu, 14 Jun 2012 13:14:57 -0400 Message-ID: <871ulh3je6.fsf@relay.pair.com> References: <1339692754.52623.YahooMailNeo@web163105.mail.bf1.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:54633) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SfDdT-0002sv-VH for emacs-orgmode@gnu.org; Thu, 14 Jun 2012 13:15:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SfDdN-0005mU-KE for emacs-orgmode@gnu.org; Thu, 14 Jun 2012 13:15:07 -0400 Received: from mail-qc0-f169.google.com ([209.85.216.169]:33598) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SfDdN-0005lh-Hd for emacs-orgmode@gnu.org; Thu, 14 Jun 2012 13:15:01 -0400 Received: by qcsd16 with SMTP id d16so1329366qcs.0 for ; Thu, 14 Jun 2012 10:14:59 -0700 (PDT) In-Reply-To: <1339692754.52623.YahooMailNeo@web163105.mail.bf1.yahoo.com> (Enda's message of "Thu, 14 Jun 2012 09:52:34 -0700 (PDT)") 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 apologies -- neglected to include the list. -------------------- Start of forwarded message -------------------- From: lists@johnrakestraw.com To: Enda Subject: Re: [O] How can I set an event to occur every day except Saturday = and Sunday between two given dates? Fcc: ~/spool/sent.spool Bcc: homesent@johnrakestraw.com, mobilesent@johnrakestraw.com Date: Thu, 14 Jun 2012 13:04:37 -0400 Hi, Enda -- > =C2=A0 =C2=A0<%%(memq (calendar-day-of-week date) '(1 2 3 4 5))> > > How can I set an event to occur every day except Saturday and Sunday > between two given dates? > org-class should do what you want -- http://orgmode.org/worg/org-faq.html#org-class --John -------------------- End of forwarded message --------------------