Patrick Aikens <paik...@gmail.com> 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



_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to