From mboxrd@z Thu Jan 1 00:00:00 1970 From: Manish Subject: Re: Weekday repeaters, and filtering scheduled tasks. Date: Fri, 27 Jun 2008 08:25:22 +0530 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KC47T-0003Q7-OD for emacs-orgmode@gnu.org; Thu, 26 Jun 2008 22:55:27 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KC47S-0003Om-Ej for emacs-orgmode@gnu.org; Thu, 26 Jun 2008 22:55:27 -0400 Received: from [199.232.76.173] (port=46378 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KC47S-0003Oc-6r for emacs-orgmode@gnu.org; Thu, 26 Jun 2008 22:55:26 -0400 Received: from ti-out-0910.google.com ([209.85.142.187]:31783) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KC47R-0007ys-SU for emacs-orgmode@gnu.org; Thu, 26 Jun 2008 22:55:26 -0400 Received: by ti-out-0910.google.com with SMTP id u5so160403tia.10 for ; Thu, 26 Jun 2008 19:55:22 -0700 (PDT) In-Reply-To: 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: Avdi Grimm Cc: org-mode mailing list On Thu, Jun 26, 2008 at 7:51 PM, Avdi Grimm wrote: > > I couldn't find a list of repeaters. Is there by any chance a weekday > repeater that will skip Sat-Sun? > > Also, how would I set up an agenda view to show: > > - All UNSCHEDULED tasks with the NEXT keyword. Can you please try this: (setq org-agenda-custom-commands (quote (("u" "Unscheduled NEXT entries" todo "NEXT" ((org-agenda-skip-function (quote (org-agenda-skip-entry-if (quote scheduled))))))))) I made this using customize interface. > - All scheduled tasks with the NEXT keyword which are DUE or OVERDUE I am trying to look up functions that will help identify such items. But I do not know how to determine today's date in org to pass to such a function, org-check-before-date for example. > - NO tasks which are scheduled for future dates. I do not understand this one. -- Manish