From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: How to get a list of todos with no TAGS Date: Fri, 07 Sep 2007 15:45:43 +0200 Message-ID: <87hcm6h9mg.fsf@bzg.ath.cx> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ITe9k-00017e-Cc for emacs-orgmode@gnu.org; Fri, 07 Sep 2007 09:45:56 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ITe9i-000159-BK for emacs-orgmode@gnu.org; Fri, 07 Sep 2007 09:45:55 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ITe9i-000151-8L for emacs-orgmode@gnu.org; Fri, 07 Sep 2007 09:45:54 -0400 Received: from hu-out-0506.google.com ([72.14.214.236]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1ITe9h-0003qk-99 for emacs-orgmode@gnu.org; Fri, 07 Sep 2007 09:45:53 -0400 Received: by hu-out-0506.google.com with SMTP id 23so147846huc for ; Fri, 07 Sep 2007 06:45:49 -0700 (PDT) In-Reply-To: (Rainer Stengele's message of "Fri, 07 Sep 2007 15:34:50 +0200") 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 Rainer Stengele writes: > How to get the list of all todos with no TAGS? In-file view: `C-c C-v' runs the command org-show-todo-tree. Agenda view: `C-c a t' lists all TODO entries. -- Bastien