From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tim Burt Subject: Counting of TODOs Date: Sat, 23 Aug 2008 08:39:15 -0400 Message-ID: <18608.1267.291146.549469@gargle.gargle.HOWL> References: <87fxowqjyg.fsf@gmail.com> Reply-To: tcburt@rochester.rr.com Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KWsOh-0007Rq-8f for emacs-orgmode@gnu.org; Sat, 23 Aug 2008 08:39:15 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KWsOe-0007Rd-Rd for emacs-orgmode@gnu.org; Sat, 23 Aug 2008 08:39:14 -0400 Received: from [199.232.76.173] (port=43074 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KWsOe-0007Ra-Ls for emacs-orgmode@gnu.org; Sat, 23 Aug 2008 08:39:12 -0400 Received: from hrndva-omtalb.mail.rr.com ([71.74.56.123]:49201) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KWsOe-0001Th-Nl for emacs-orgmode@gnu.org; Sat, 23 Aug 2008 08:39:12 -0400 In-Reply-To: <87fxowqjyg.fsf@gmail.com> 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: =?iso-8859-1?Q?Fl=C3=A1vio?= de Souza Cc: emacs-orgmode@gnu.org Fl=C3=A1vio de Souza writes: > When I view the Global TODO list, altough all items are in the list.= >=20 > The summary shows the header counting wrongly. >=20 > I think I messed up the configuration, but I do not know how to fix.= =20 >=20 > See the picture that explains better the problem: >=20 > http://picasaweb.google.com/flaviostz/Pessoal/photo?authkey=3D9o-gs3= mU-rs#5237276931027050658 >=20 The "count" is not a count, but a numeric prefix to regenerate the agen= da buffer with only the corresponding TODO keyword displayed. For example, your screenshot shows Available with `N r': (0)ALL (1)TODO (2)WAITING (3)DONE which filtering to see only WAITING entries is as simple as typing 2 r This behavior is indicated in the org manual in the discussion of=20 C-c a T Like the above, but allows selection of a specific TODO keyword. You can also do this by specifying a prefix argument to C-c a t. With a C-u prefix you are prompted for a keyword, and you may also specify several keywords by separating them with =E2|= =E2 as boolean OR operator. With a numeric prefix, the Nth keyword in org-todo-keywords is selected. The r key in the agenda buffer regenerates it, and you can give a prefix argument to this command to change the selected TODO keyword, for example 3 r. If you often need a search for a specific keyword, define a custom command for it (see Section 10.2 [Agenda dispatcher], page 67). Matching specific TODO keywords can also be done as part of a tags search (see Section 6.3 [Tag searches], page 43). Good morning, Tim