* Counting of TODOs
@ 2008-08-23 7:17 Flávio de Souza
2008-08-23 12:39 ` Tim Burt
0 siblings, 1 reply; 4+ messages in thread
From: Flávio de Souza @ 2008-08-23 7:17 UTC (permalink / raw)
To: emacs-orgmode
I am using org-mode to keep tracking of a couple of projects.
When I view the Global TODO list, altough all items are in the list.
The summary shows the header counting wrongly.
I think I messed up the configuration, but I do not know how to fix.
See the picture that explains better the problem:
http://picasaweb.google.com/flaviostz/Pessoal/photo?authkey=9o-gs3mU-rs#5237276931027050658
Please help.
Flávio.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Counting of TODOs
2008-08-23 12:39 ` Tim Burt
@ 2008-08-23 8:47 ` Flávio de Souza
2008-08-23 13:19 ` Tim Burt
0 siblings, 1 reply; 4+ messages in thread
From: Flávio de Souza @ 2008-08-23 8:47 UTC (permalink / raw)
To: emacs-orgmode
Tim,
Thanks a lot! Sorry for this basic question...
Flávio.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Counting of TODOs
2008-08-23 7:17 Counting of TODOs Flávio de Souza
@ 2008-08-23 12:39 ` Tim Burt
2008-08-23 8:47 ` Flávio de Souza
0 siblings, 1 reply; 4+ messages in thread
From: Tim Burt @ 2008-08-23 12:39 UTC (permalink / raw)
To: Flávio de Souza; +Cc: emacs-orgmode
Flávio de Souza writes:
> When I view the Global TODO list, altough all items are in the list.
>
> The summary shows the header counting wrongly.
>
> I think I messed up the configuration, but I do not know how to fix.
>
> See the picture that explains better the problem:
>
> http://picasaweb.google.com/flaviostz/Pessoal/photo?authkey=9o-gs3mU-rs#5237276931027050658
>
The "count" is not a count, but a numeric prefix to regenerate the agenda
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
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 â|â
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
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Counting of TODOs
2008-08-23 8:47 ` Flávio de Souza
@ 2008-08-23 13:19 ` Tim Burt
0 siblings, 0 replies; 4+ messages in thread
From: Tim Burt @ 2008-08-23 13:19 UTC (permalink / raw)
To: Flávio de Souza; +Cc: emacs-orgmode
Flávio de Souza writes:
> Thanks a lot! Sorry for this basic question...
It was my pleasure. And since this is my first time responding on this
mailing list, I hope the answer was both correct and helpful. If
so, then it is just a glimmer of the help available in this group.
All the best,
Tim
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2008-08-23 13:19 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-23 7:17 Counting of TODOs Flávio de Souza
2008-08-23 12:39 ` Tim Burt
2008-08-23 8:47 ` Flávio de Souza
2008-08-23 13:19 ` Tim Burt
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.