From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: FR: org-agenda-skip-deadline-if-scheduled Date: Tue, 3 Nov 2009 07:21:15 +0100 Message-ID: References: <20091102134009.GB25581@atlantic.linksys.moosehall> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N5Dt3-0001Hg-Sh for emacs-orgmode@gnu.org; Tue, 03 Nov 2009 02:33:05 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N5Dsy-0001FU-V8 for emacs-orgmode@gnu.org; Tue, 03 Nov 2009 02:33:05 -0500 Received: from [199.232.76.173] (port=52083 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N5Dsy-0001FR-Qf for emacs-orgmode@gnu.org; Tue, 03 Nov 2009 02:33:00 -0500 Received: from mail-ew0-f228.google.com ([209.85.219.228]:55639) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N5Dsy-0000oK-EQ for emacs-orgmode@gnu.org; Tue, 03 Nov 2009 02:33:00 -0500 Received: by ewy28 with SMTP id 28so3234891ewy.42 for ; Mon, 02 Nov 2009 23:32:59 -0800 (PST) In-Reply-To: <20091102134009.GB25581@atlantic.linksys.moosehall> 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: Adam Spiers Cc: org-mode mailing list This is, unfortunately, hard because it depends on the sequence in which scheduled and deadline are collected. - Carsten On Nov 2, 2009, at 2:40 PM, Adam Spiers wrote: > 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 > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode - Carsten