Am 23.01.19 um 14:16 schrieb Stig Brautaset:
> Is there a way to make this into a repeating TODO that shows only on weekdays?

I did not yet find a way to meet all your requirements. Here's what I
found up to now: Either create 5 separate repeating tasks, one per
weekday, with a repeat of ++1w, or (that's what I chose to live with)
one task with a daily repeat you manually reschedule on Fridays:

* TODO habit on Monday
SCHEDULED: <2019-01-21 Mo ++1w>
:PROPERTIES:
:REPEAT_TO_STATE: TODO
:END:
* TODO habit on Thuesday
SCHEDULED: <2019-01-22 Di ++1w>
:PROPERTIES:
:REPEAT_TO_STATE: TODO
:END:
* TODO habit on Wednesday
SCHEDULED: <2019-01-23 Mi ++1w>
:PROPERTIES:
:REPEAT_TO_STATE: TODO
:END:
* TODO habit on Thursday
SCHEDULED: <2019-01-24 Do ++1w>
:PROPERTIES:
:REPEAT_TO_STATE: TODO
:END:
* TODO habit on Friday
SCHEDULED: <2019-01-25 Fr ++1w>
:PROPERTIES:
:REPEAT_TO_STATE: TODO
:END:
* TODO habit daily
SCHEDULED: <2019-01-24 Do ++1d>
:PROPERTIES:
:REPEAT_TO_STATE: TODO
:END:

Hope that helps,
Julius

Reply via email to