emacs-orgmode
[Top][All Lists]
Advanced

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

[O] Scheduling and calendar-day-of-week


From: Cecil Westerhof
Subject: [O] Scheduling and calendar-day-of-week
Date: Fri, 6 Apr 2018 09:46:25 +0200

There is something I want to do on Monday, Wednesday and Friday. So I tried:
*** TODO Monday, Wednesday and Friday
    SCHEDULED: <%%(memq (calendar-day-of-week date) '(1 3 5))>

This seems to work: I see the activity on the correct days.
But then I changed today's entry to DONE. But then all are gone in my agenda view.
What I want is for today's item to be 'gone' and the future ones still displayed as TODO. Is that possible?

--
Cecil Westerhof

reply via email to

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