From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: C-c a t doesn't give yield list of all TODO items Date: Sun, 04 Mar 2012 07:25:25 -0500 Message-ID: <15095.1330863925@alphaville> References: <4F52F086.7080505@binghamton.edu> <87pqcsbxb0.fsf@gmail.com> Reply-To: nicholas.dokos@hp.com Return-path: Received: from eggs.gnu.org ([208.118.235.92]:43000) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S4AVT-00037B-LW for emacs-orgmode@gnu.org; Sun, 04 Mar 2012 07:25:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S4AVQ-0005B0-KQ for emacs-orgmode@gnu.org; Sun, 04 Mar 2012 07:25:43 -0500 Received: from g5t0006.atlanta.hp.com ([15.192.0.43]:35301) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S4AVQ-0005AF-HF for emacs-orgmode@gnu.org; Sun, 04 Mar 2012 07:25:40 -0500 Received: from g5t0030.atlanta.hp.com (g5t0030.atlanta.hp.com [16.228.8.142]) by g5t0006.atlanta.hp.com (Postfix) with ESMTP id 475BCC042 for ; Sun, 4 Mar 2012 12:25:27 +0000 (UTC) In-Reply-To: Message from jeremiah.dodds@gmail.com of "Sun, 04 Mar 2012 03:11:15 EST." <87pqcsbxb0.fsf@gmail.com> 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: emacs-orgmode@gnu.org Cc: nicholas.dokos@hp.com jeremiah.dodds@gmail.com wrote: > "Christopher W. Ryan" writes: > > > But when I try to type C-c a > > > > I only get that far, and emacs tells me, "C-c a is undefined" > > > > There is a drop-down menu item under the Org item, called "Agenda Command..." > > which offers me lettered choices, and t will list all TODO entries. But what is > > the keyboard shortcut, if not C-a a t ? > > > > Thanks. > > You have to bind it yourself. Put > > (global-set-key "\C-ca" 'org-agenda) > > somewhere sensible. This *is* mentioned somewhere in the org docs, but I > can't remember where off the top of my head. > Section 1.3, Activation, in the org manual. Or do (info "(org) Activation") Nick