From mboxrd@z Thu Jan 1 00:00:00 1970 From: torys.anderson@gmail.com (Tory S. Anderson) Subject: Re: TODO items which do not appear in the agenda? Date: Fri, 30 Oct 2015 08:42:57 -0600 Message-ID: <87fv0s8lji.fsf@byu.edu> References: <87twp83n5f.fsf@mbork.pl> Mime-Version: 1.0 Content-Type: text/plain; format=flowed Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37126) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZsAsT-0003Wx-M0 for emacs-orgmode@gnu.org; Fri, 30 Oct 2015 10:42:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZsAsN-0004K2-Uv for emacs-orgmode@gnu.org; Fri, 30 Oct 2015 10:42:01 -0400 Received: from mail-pa0-x231.google.com ([2607:f8b0:400e:c03::231]:33424) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZsAsN-0004Jy-OS for emacs-orgmode@gnu.org; Fri, 30 Oct 2015 10:41:55 -0400 Received: by padhy1 with SMTP id hy1so70424767pad.0 for ; Fri, 30 Oct 2015 07:41:55 -0700 (PDT) In-Reply-To: <87twp83n5f.fsf@mbork.pl> (Marcin Borkowski's message of "Fri, 30 Oct 2015 07:07:08 +0100") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Marcin Borkowski Cc: Org-Mode mailing list I'm a little confused; for me, by default, TODO items do NOT appear in the agenda. They only appear if connected to a deadline, date, or schedule item. I have files of hundreds of TODO items that don't appear in agenda unless I give them a date. I think this is the default behavior. Marcin Borkowski writes: > Hi all, > > I would like to have some TODO items, so that I can mark some > tasks as > incomplete; however, I don't want them to appear in the agenda, > so that > it's not too cluttered. Use case: > > * Blog > ** DONE Blog post idea 1 > ** TODO Blog post idea 2 > > I know about (setq org-agenda-todo-list-sublevels nil). > However, > marking the whole "Blog" headline as DONE only so that I don't > see the > individual post ideas in my agenda seems hackish. > > I also know that I could define my own TODO items and use > filtering > (maybe even with a custom agenda command). Maybe this is the > way to go, > but somehow I'd prefer a simple set of TODO keywords > (TODO/DONE/CANCELED, for instance). > > So, does the Org hive mind have any other ideas how to implement > "TODO > items which do not appear in the agenda"? > > TIA