emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] Re: Problem entering an every-weekday meeting with start time


From: Łukasz Stelmach
Subject: [Orgmode] Re: Problem entering an every-weekday meeting with start time
Date: Tue, 13 Apr 2010 00:36:28 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux)

Patrick Aikens <address@hidden> writes:

I have a meeting I wish to have on my agenda every weekday at the
> appropriate start time.  I have tried the following, which doesn't
> show up in my agenda at all:
> ** Daily Meeting
>    <%%(memq (calendar-day-of-week date) '(1 2 3 4 5)) 10:30>
>

How about

** Daily Meeting 10:30
   <%%(memq (calendar-day-of-week date) '(1 2 3 4 5))>


or

** Daily Meeting
%%(memq (calendar-day-of-week date) '(1 2 3 4 5)) Daily meeting 10:30


-- 
Miłego dnia,
Łukasz Stelmach





reply via email to

[Prev in Thread] Current Thread [Next in Thread]