From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Weekday repeaters, and filtering scheduled tasks. Date: Tue, 1 Jul 2008 16:27:00 -0700 Message-ID: <64F67AD0-E3D4-41A2-8777-9B9F67502F63@uva.nl> References: Mime-Version: 1.0 (Apple Message framework v924) 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 1KDpFb-0003gX-VY for emacs-orgmode@gnu.org; Tue, 01 Jul 2008 19:27:08 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KDpFb-0003g8-9O for emacs-orgmode@gnu.org; Tue, 01 Jul 2008 19:27:07 -0400 Received: from [199.232.76.173] (port=38292 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KDpFa-0003fy-Ru for emacs-orgmode@gnu.org; Tue, 01 Jul 2008 19:27:07 -0400 Received: from korteweg.uva.nl ([146.50.98.70]:37933) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KDpFa-0002YC-K7 for emacs-orgmode@gnu.org; Tue, 01 Jul 2008 19:27:06 -0400 In-Reply-To: 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: Manish Cc: org-mode mailing list On Jun 26, 2008, at 8:28 PM, Manish wrote: > On Fri, Jun 27, 2008 at 8:30 AM, Avdi Grimm wrote: >> On Thu, Jun 26, 2008 at 10:55 PM, Manish wrote: >>> I do not understand this one. >> >> I'm looking for the combination of *all* of those conditions >> in one agenda view. In other words, I want to see all the >> NEXT items which are either unscheduled or due today; but I >> don't want to see any items which are scheduled in the >> future. > > Carsten, > > May I request some more pre-defined conditions when using > org-agenda-skip-* functions e.g. due and not due, optionally > accepting a date+time to compare against (using current date and > time as default)? Hope this makes sense. > > -- Manish > Hi Manish, I have not done so yet for the skipping mechanism. But I have just implemented time comparisons for property searches. For example: +DEADLINE<"<2008-07-01>" +DEADLINE>="" +DEADLINE>"" +SCHEDULED>="<2008-07-01>"+SCHEDULED<="<2008-07-05>" I guess this should go a long way.... - Carsten > > _______________________________________________ > 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