From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Horn Subject: Re: Re: Filter scheduled items Date: Fri, 1 Oct 2010 14:45:06 -0400 Message-ID: References: <87r5gb418s.fsf@fastmail.fm> <87y6ahril1.fsf@fastmail.fm> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=37348 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P1kkC-0001Yc-4x for emacs-orgmode@gnu.org; Fri, 01 Oct 2010 14:54:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P1kbo-0001Hd-Gq for emacs-orgmode@gnu.org; Fri, 01 Oct 2010 14:45:33 -0400 Received: from mail-iw0-f169.google.com ([209.85.214.169]:49655) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P1kbo-0001HQ-A6 for emacs-orgmode@gnu.org; Fri, 01 Oct 2010 14:45:28 -0400 Received: by iwn33 with SMTP id 33so6453481iwn.0 for ; Fri, 01 Oct 2010 11:45:27 -0700 (PDT) In-Reply-To: <87y6ahril1.fsf@fastmail.fm> 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: Matt Lundin Cc: Org Mode Matt, > With the following setting... > > (setq org-agenda-todo-ignore-scheduled t) > > ...org-todo-list (C-c a t) will show only unscheduled todos. > > If you don't want the setting above to apply globally, you could bind it > to a custom command: > > (add-to-list 'org-agenda-custom-commands > =A0 =A0 =A0 =A0 =A0 =A0 '("u" "Unscheduled" todo "" > =A0 =A0 =A0 =A0 =A0 =A0 =A0 ((org-agenda-todo-ignore-scheduled t)))) The function is exactly what I was looking for. Thank you! Jeff --=20 Jeffrey Horn Graduate Lecturer and PhD Student in Economics George Mason University (704) 271-4797 jhorn@gmu.edu jrhorn424@gmail.com