From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Fantin Subject: Weekdays vs. weekends scheduling Date: Sat, 4 Sep 2010 00:59:25 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from [140.186.70.92] (port=57302 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OrfEt-0006bw-Oe for emacs-orgmode@gnu.org; Fri, 03 Sep 2010 19:00:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OrfEs-0004lK-DV for emacs-orgmode@gnu.org; Fri, 03 Sep 2010 19:00:07 -0400 Received: from mail-iw0-f169.google.com ([209.85.214.169]:56713) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OrfEs-0004ks-Ae for emacs-orgmode@gnu.org; Fri, 03 Sep 2010 19:00:06 -0400 Received: by iwn33 with SMTP id 33so2739472iwn.0 for ; Fri, 03 Sep 2010 16:00:05 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: "Emacs-orgmode@gnu.org" I've been playing with org-habit, trying to setup different habits for weekdays and weekends. But I couldn't figure out a way to use repeat intervals to schedule something for every weekdays or every weekends... The only work around I came up with is to schedule the item once for each day of the week, with a +1w interval. But this is a poor solution, since the consistency graph will report the completion state for that particular day of the week which isn't very useful with habits... Has anyone else had a similar use case and came up with a solution ? Cheers