From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Lutomirski Subject: [PATCH] Make org-agenda-todo-ignore-* more flexible Date: Fri, 12 Feb 2010 18:17:16 -0500 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ng4lX-0007lI-AW for emacs-orgmode@gnu.org; Fri, 12 Feb 2010 18:17:39 -0500 Received: from [140.186.70.92] (port=42401 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ng4lW-0007lA-Ll for emacs-orgmode@gnu.org; Fri, 12 Feb 2010 18:17:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Ng4lV-0004Wh-QH for emacs-orgmode@gnu.org; Fri, 12 Feb 2010 18:17:38 -0500 Received: from mail-fx0-f226.google.com ([209.85.220.226]:51547) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Ng4lV-0004Wb-Lf for emacs-orgmode@gnu.org; Fri, 12 Feb 2010 18:17:37 -0500 Received: by fxm26 with SMTP id 26so3027102fxm.33 for ; Fri, 12 Feb 2010 15:17:36 -0800 (PST) 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: emacs-orgmode@gnu.org Hi all- I'm pretty close to switching to org-mode to keep a todo list, but the current set of options doesn't do it for me. I want my todo list to show: - todos without a date (that means "do at earliest convenience") - todos scheduled for today or earlier (that means "do at earliest convenience, but don't bother until scheduled date") - todos with near deadlines (that means "do by deadline but not before warning") This patch adds more options to org-agenda-todo-ignore-{scheduled,deadlines} to allow this usecase. It shouldn't break compatibility with existing uses -- both variables do exactly what they used to when set to t. commit: http://github.com/amluto/org-mode/commit/afa59fc91630bcffe388228566aa0137d1b2e7fd topic: http://github.com/amluto/org-mode/tree/agenda-todo-improvements git URL: git@github.com:amluto/org-mode.git agenda-todo-improvements Do you like this patch? And do I need to submit a copyright assignment? Thanks, Andy