emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] C-c a t doesn't give yield list of all TODO items


From: Nick Dokos
Subject: Re: [O] C-c a t doesn't give yield list of all TODO items
Date: Sun, 04 Mar 2012 07:25:25 -0500

address@hidden wrote:

> "Christopher W. Ryan" <address@hidden> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]