From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: [PATCH] Make org-agenda-todo-ignore-* more flexible Date: Sun, 14 Feb 2010 22:37:52 +0100 Message-ID: <39F0C8E9-E1DC-48AD-9A09-B61DA691DA39@gmail.com> References: 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 1NgmAB-00052M-II for emacs-orgmode@gnu.org; Sun, 14 Feb 2010 16:37:59 -0500 Received: from [140.186.70.92] (port=51090 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NgmA8-00051F-PI for emacs-orgmode@gnu.org; Sun, 14 Feb 2010 16:37:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NgmA7-000429-UV for emacs-orgmode@gnu.org; Sun, 14 Feb 2010 16:37:56 -0500 Received: from ey-out-1920.google.com ([74.125.78.146]:15840) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NgmA7-000420-ME for emacs-orgmode@gnu.org; Sun, 14 Feb 2010 16:37:55 -0500 Received: by ey-out-1920.google.com with SMTP id 4so1347161eyg.34 for ; Sun, 14 Feb 2010 13:37:54 -0800 (PST) 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: Andrew Lutomirski Cc: emacs-orgmode@gnu.org Hi Andrew, On Feb 13, 2010, at 12:17 AM, Andrew Lutomirski wrote: > 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? I like the patch. I have changed it a bit, and therefore I guess I can accept it for now without. Still - if you don't mind, please get an assignment just in case you are going to submit more patches. Thanks - Carsten > > Thanks, > Andy > > > _______________________________________________ > 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