Hello Charles,

Charles Philip Chan <cpc...@bell.net> writes:

> Hello all:
>
> I would like to schedule a habit to occur 6 times a week from Monday to
> Saturday. I have looked through the manual, but I can't seem to find a
> way to do it. I have tried:
>
> ,----
> | <%%(memq (calendar-day-of-week date) '(1 2 3 4 5 6))>
> `----

Works for me and I use similar to this.

do you have associated time for your task or at least a keyword?

If I have following it *does not* show in the agenda

--8<---------------cut here---------------start------------->8---
** testing
 <%%(memq (calendar-day-of-week date) '(1 2 3 4 5 6))>
--8<---------------cut here---------------end--------------->8---


where as the following two shows up in my block agenda.

--8<---------------cut here---------------start------------->8---
** TODO testing
 <%%(memq (calendar-day-of-week date) '(1 2 3 4 5 6))>
--8<---------------cut here---------------end--------------->8---

--8<---------------cut here---------------start------------->8---
** testing 10:00-11:00
 <%%(memq (calendar-day-of-week date) '(1 2 3 4 5 6))>
--8<---------------cut here---------------end--------------->8---


Thanks.,
--
ఎందరో మహానుభావులు అందరికి వందనములు
YYR

Reply via email to