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: jeremiah . dodds
Subject: Re: [O] C-c a t doesn't give yield list of all TODO items
Date: Sun, 04 Mar 2012 03:11:15 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.94 (gnu/linux)

"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.



reply via email to

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