Emacs org-mode, repeat tasks M-F but not weekends?

If you just need a reminder, and don’t need to mark them as ‘DONE’ in your org-file, you could use the calendar integration for these situations.

** Triage Bugzilla Entries 09:00-10:00
   <%%(memq (calendar-day-of-week date) '(1 2 3 4 5))>

This will insert an entry into your daily agenda for weekdays only, but not a task.

Leave a Comment