Re: [O] Repeat three times a week

2018-04-06 Thread Cecil Westerhof
2018-04-05 17:53 GMT+02:00 John Kitchin : > You can use diary sexps (https://www.gnu.org/software/ > emacs/manual/html_node/emacs/Sexp-Diary-Entries.html). For example: > > * TODO something Mon, Wed and Fri > SCHEDULED: <%%(memq (calendar-day-of-week date) '(1 3 5))> > > See the bottom of https:

Re: [O] Repeat three times a week

2018-04-05 Thread John Kitchin
You can use diary sexps ( https://www.gnu.org/software/emacs/manual/html_node/emacs/Sexp-Diary-Entries.html). For example: * TODO something Mon, Wed and Fri SCHEDULED: <%%(memq (calendar-day-of-week date) '(1 3 5))> See the bottom of https://orgmode.org/manual/Deadlines-and-scheduling.html I d