Cecil Westerhof writes:
> 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 tod
Sorry! I see that is exactly what you said.
Best wishes,
Brian
> On 6 Apr 2018, at 17:46, Brian Shine wrote:
>
> An alternative, which isn’t as neat as you would like, would be to set up the
> 3 days as separate events, with 7-day repeats.
>
> Best wishes,
> Brian
>
>> On 6 Apr 2018, at 15:
An alternative, which isn’t as neat as you would like, would be to set up the 3
days as separate events, with 7-day repeats.
Best wishes,
Brian
> On 6 Apr 2018, at 15:16, Nick Dokos wrote:
>
> Cecil Westerhof writes:
>
>> There is something I want to do on Monday, Wednesday and Friday. So I
Cecil Westerhof writes:
> 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 toda
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
You might want to try some org-habit stuff.
Like:
** HABIT Hand Craft Time
SCHEDULED: <2017-11-28 Tue .+2d/5d>
:PROPERTIES:
:STYLE:habit
:LOGGING: TODO DONE(!)
:END:
Cecil Westerhof writes:
> There is something I want to do on Monday, Wedne
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 g