From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Brand Subject: Re: Scheduling habit Mon to Sat Date: Mon, 30 Jul 2012 14:30:08 +0200 Message-ID: References: <874nopv43c.fsf@yagnesh.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:54969) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Svp77-00070K-8N for emacs-orgmode@gnu.org; Mon, 30 Jul 2012 08:30:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Svp6w-0005pB-Sd for emacs-orgmode@gnu.org; Mon, 30 Jul 2012 08:30:21 -0400 Received: from mail-lpp01m010-f41.google.com ([209.85.215.41]:48688) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Svp6w-0005oS-Hw for emacs-orgmode@gnu.org; Mon, 30 Jul 2012 08:30:10 -0400 Received: by lahi5 with SMTP id i5so3666245lah.0 for ; Mon, 30 Jul 2012 05:30:08 -0700 (PDT) In-Reply-To: <874nopv43c.fsf@yagnesh.org> 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: Org-mode Cc: Charles Philip Chan , Yagnesh Raghava Yakkala On Mon, Jul 30, 2012 at 2:13 PM, Yagnesh Raghava Yakkala wrote: > Charles Philip Chan writes: >> <%%(memq (calendar-day-of-week date) '(1 2 3 4 5 6))> [...] > ** testing > <%%(memq (calendar-day-of-week date) '(1 2 3 4 5 6))> [...] > ** TODO testing > <%%(memq (calendar-day-of-week date) '(1 2 3 4 5 6))> [...] > ** testing 10:00-11:00 > <%%(memq (calendar-day-of-week date) '(1 2 3 4 5 6))> This reminds of an old post from me showing similar issues: http://thread.gmane.org/gmane.emacs.orgmode/40584 Michael