From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick Drechsler Subject: scheduling: skip weekends Date: Sat, 28 Nov 2009 16:51:16 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NEPbN-00051I-Gh for emacs-orgmode@gnu.org; Sat, 28 Nov 2009 10:52:49 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NEPbI-0004zq-Ru for emacs-orgmode@gnu.org; Sat, 28 Nov 2009 10:52:49 -0500 Received: from [199.232.76.173] (port=46884 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NEPbI-0004zn-PR for emacs-orgmode@gnu.org; Sat, 28 Nov 2009 10:52:44 -0500 Received: from lo.gmane.org ([80.91.229.12]:53050) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NEPbI-0004Lm-G8 for emacs-orgmode@gnu.org; Sat, 28 Nov 2009 10:52:44 -0500 Received: from list by lo.gmane.org with local (Exim 4.50) id 1NEPbE-0001A3-Ve for emacs-orgmode@gnu.org; Sat, 28 Nov 2009 16:52:40 +0100 Received: from dslb-088-067-217-004.pools.arcor-ip.net ([88.67.217.4]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 28 Nov 2009 16:52:40 +0100 Received: from patrick by dslb-088-067-217-004.pools.arcor-ip.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 28 Nov 2009 16:52:40 +0100 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 Hi, is it possible to skip weekends when rescheduling a task using the "++1d" operator? Example: * TODO work task (not on weekends) SCHEDULED: <2009-11-27 Fr ++1d> When changing the state to the DONE state, it will be rescheduled to the next day, no matter what day of the week that is. So changing the example above to DONE on a Friday will reschedule the task for Saturday. Is it possible to reschedule it for Monday? Regards, Patrick