From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick Aikens Subject: Problem entering an every-weekday meeting with start time Date: Mon, 12 Apr 2010 16:25:16 -0400 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O1QCA-0002RO-Hl for emacs-orgmode@gnu.org; Mon, 12 Apr 2010 16:25:22 -0400 Received: from [140.186.70.92] (port=41748 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O1QC7-0002RF-S0 for emacs-orgmode@gnu.org; Mon, 12 Apr 2010 16:25:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O1QC6-0000zw-JV for emacs-orgmode@gnu.org; Mon, 12 Apr 2010 16:25:19 -0400 Received: from ey-out-1920.google.com ([74.125.78.145]:15905) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O1QC6-0000zp-Cv for emacs-orgmode@gnu.org; Mon, 12 Apr 2010 16:25:18 -0400 Received: by ey-out-1920.google.com with SMTP id 4so449152eyg.34 for ; Mon, 12 Apr 2010 13:25:16 -0700 (PDT) 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: emacs-orgmode@gnu.org I've seen the FAQ entry about setting up a recurring daily weekday meeting, but I have a couple of issues with it. =A0I'm something of an emacs newbie, so please bear with me if this is obvious - google has provided nothing useful thus far. I'm using the current release of Emacs/W32 on XP with version 6.34c of org-mode. I have a meeting I wish to have on my agenda every weekday at the appropriate start time. =A0I have tried the following, which doesn't show up in my agenda at all: ** Daily Meeting =A0=A0=A0<%%(memq (calendar-day-of-week date) '(1 2 3 4 5)) 10:30> The following, however, DOES show up in the agenda with the correct time: ** Daily Meeting =A0=A0 SCHEDULED:=A0<%%(memq (calendar-day-of-week date) '(1 2 3 4 5)) 10:3= 0> I really don't want to have to use the SCHEDULED: keyword since this isn't something I'm scheduling to start work on, it's just a daily recurring appointment. Is there something I'm missing in getting the first form to work? -- SELECT * FROM users WHERE clue > 0