From mboxrd@z Thu Jan 1 00:00:00 1970 From: jeremiah.dodds@gmail.com Subject: Re: C-c a t doesn't give yield list of all TODO items Date: Sun, 04 Mar 2012 03:11:15 -0500 Message-ID: <87pqcsbxb0.fsf@gmail.com> References: <4F52F086.7080505@binghamton.edu> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:60879) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S46Xl-0006is-Rr for emacs-orgmode@gnu.org; Sun, 04 Mar 2012 03:11:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S46Xj-0005LQ-Ri for emacs-orgmode@gnu.org; Sun, 04 Mar 2012 03:11:49 -0500 Received: from mail-pz0-f52.google.com ([209.85.210.52]:44036) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S46Xj-0005LC-Iw for emacs-orgmode@gnu.org; Sun, 04 Mar 2012 03:11:47 -0500 Received: by dadp12 with SMTP id p12so3332541dad.39 for ; Sun, 04 Mar 2012 00:11:44 -0800 (PST) In-Reply-To: <4F52F086.7080505@binghamton.edu> (Christopher W. Ryan's message of "Sat, 03 Mar 2012 23:33:10 -0500") 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 "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.