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

2018-04-06 Thread Tim Cross
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

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

2018-04-06 Thread Brian Shine
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:

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

2018-04-06 Thread Brian Shine
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

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

2018-04-06 Thread Nick Dokos
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

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

2018-04-06 Thread stardiviner
-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

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

2018-04-06 Thread Cecil Westerhof
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