Yagnesh Raghava Yakkala writes:
Hello Yagnesh:
Thank you for the reply.
> Works for me and I use similar to this.
It works fine for me with regular scheduled TODO items. However, it does
not work on org-habit scheduled items. I am getting this when "entering
debug on error:
,
| Debugger e
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
Hello Charles,
Charles Philip Chan 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
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))>
`
but it didn't work. Any help will be appreciat