From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Skipping deadlined items until scheduled day in agenda Date: Wed, 17 Feb 2010 23:28:41 +0100 Message-ID: <4628907A-ACF3-4572-9FC8-A8EFC600CBB4@gmail.com> References: <4B7C092B.8070907@sift.info> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NhsNy-0002ID-VQ for emacs-orgmode@gnu.org; Wed, 17 Feb 2010 17:28:47 -0500 Received: from [140.186.70.92] (port=56904 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NhsNy-0002HQ-0k for emacs-orgmode@gnu.org; Wed, 17 Feb 2010 17:28:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NhsNx-0003BJ-4W for emacs-orgmode@gnu.org; Wed, 17 Feb 2010 17:28:45 -0500 Received: from mail-ew0-f224.google.com ([209.85.219.224]:55500) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NhsNw-0003BD-Ua for emacs-orgmode@gnu.org; Wed, 17 Feb 2010 17:28:45 -0500 Received: by ewy24 with SMTP id 24so1173613ewy.26 for ; Wed, 17 Feb 2010 14:28:44 -0800 (PST) In-Reply-To: <4B7C092B.8070907@sift.info> 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: rpgoldman@sift.info Cc: Org Mode On Feb 17, 2010, at 4:20 PM, Robert Goldman wrote: > I would like to be able to skip entries in a daily agenda view if they > are being displayed because of the deadline, but they have been > scheduled. > > For example, if I have a TODO whose deadline is 7 days in the future, > but I have scheduled to do it two days in the future, I don't want to > see it in my daily agenda for today or tomorrow. Scheduling it has > committed me to do it two days from now, so I don't want to clutter up > my agenda view today. > > This seems like almost the opposite of > org-agenda-skip-scheduled-if-deadline-is-shown. Almost, but not quite the opposite. This can now be done using the variable `org-agenda-skip-deadline-prewarning-if-scheduled' HTH - Carsten > > I have looked at some examples, but I'm not finding the answer. It > seems like the skip-if stuff can only test the org item, not the org > item in a particular context (i.e., what I want is something like skip > this if it's got a deadline and a scheduled time and this org agenda > line is before the scheduled time). > > I will have a look in the source for > org-agenda-skip-scheduled-if-deadline-is- shown and can probably > reverse > engineer that to do what I want, but I thought I'd see if anyone has > already done this. > > thanks, > r > > > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode - Carsten