trying to fix

This commit is contained in:
Chris Cochrun 2022-01-03 12:41:35 -06:00
parent fa407dfeb6
commit e013d7569e
22945 changed files with 447936 additions and 0 deletions

View file

@ -0,0 +1 @@
<!-- SC_OFF --><div class="md"><p>How can I set a task to repeat only on weekdays with some specific time?</p> <p>I see some documentations <a href="https://orgmode.org/manual/Repeated-tasks.html">Repeated tasks - Org mode</a>, and packages like <a href="https://github.com/m-cat/org-recur">org-recur</a>, other way that I saw on a suggestion is:</p> <pre><code>* TODO Some task SCHEDULED: &lt;2020-10-05 Tue ++1w&gt; * TODO Some task SCHEDULED: &lt;2020-10-06 Wed ++1w&gt; </code></pre> <p>Is set the same task to each day from the weekday, but I think that this approach isn&#39;t correctly.</p> <p>Do you know if is there a way to do some task work with only weekdays (Mon to Fri) with a specific time?</p> </div><!-- SC_ON --> &#32; submitted by &#32; <a href="https://www.reddit.com/user/Noghartt"> /u/Noghartt </a> <br/> <span><a href="https://www.reddit.com/r/orgmode/comments/q1urbp/how_to_treat_repeated_tasks/">[link]</a></span> &#32; <span><a href="https://www.reddit.com/r/orgmode/comments/q1urbp/how_to_treat_repeated_tasks/">[comments]</a></span>