How can I set a task to repeat only on weekdays with some specific time?
I see some documentations Repeated tasks - Org mode, and packages like org-recur, other way that I saw on a suggestion is:
* TODO Some task SCHEDULED: <2020-10-05 Tue ++1w> * TODO Some task SCHEDULED: <2020-10-06 Wed ++1w>
Is set the same task to each day from the weekday, but I think that this approach isn't correctly.
Do you know if is there a way to do some task work with only weekdays (Mon to Fri) with a specific time?