From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adam Spiers Subject: FR: org-agenda-skip-deadline-if-scheduled Date: Mon, 2 Nov 2009 13:40:09 +0000 Message-ID: <20091102134009.GB25581@atlantic.linksys.moosehall> Reply-To: Adam Spiers Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N4x8w-0001ls-5y for emacs-orgmode@gnu.org; Mon, 02 Nov 2009 08:40:22 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N4x8r-0001ic-F4 for emacs-orgmode@gnu.org; Mon, 02 Nov 2009 08:40:21 -0500 Received: from [199.232.76.173] (port=34254 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N4x8r-0001iL-7N for emacs-orgmode@gnu.org; Mon, 02 Nov 2009 08:40:17 -0500 Received: from arctic.adamspiers.org ([212.13.194.176]:57782) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N4x8q-0002BA-QT for emacs-orgmode@gnu.org; Mon, 02 Nov 2009 08:40:16 -0500 Received: from localhost (dsl-217-155-199-114.zen.co.uk [217.155.199.114]) by arctic.adamspiers.org (Postfix) with ESMTP id C41AF2401B for ; Mon, 2 Nov 2009 13:40:14 +0000 (UTC) Content-Disposition: inline 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: org-mode mailing list Hi all, Quick feature suggestion: I just discovered `org-agenda-skip-scheduled-if-deadline-is-shown', which is a very nice option, but I actually want the opposite, i.e. `org-agenda-skip-deadline-if-scheduled'. The reason for this is that if I have missed a deadline (sadly all too common), I want to be able to schedule it for tomorrow and not have it show in today's agenda, otherwise when planning today's activities, the total effort estimate for today gets over-inflated by the deadlined task. If `org-agenda-skip-if' supported boolean AND of the conditions then I could have achieved this by customising all my agenda views, but a global setting would be more convenient. Thanks, Adam