emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: "Christopher W. Ryan" <cryan@binghamton.edu>
To: emacs-orgmode@gnu.org
Subject: C-c a t doesn't give yield list of all TODO items
Date: Sat, 03 Mar 2012 23:33:10 -0500	[thread overview]
Message-ID: <4F52F086.7080505@binghamton.edu> (raw)

I'm running GNU Emacs 23.1.1 (i486-pc-linux-gnu, GTK+ Version 2.20.1)
  of 2011-03-04 on palmer, modified by Debian, on Ubuntu 10.04 LTS. 
Org-mode version 7.6.

The online Org-mode manual reads:

"10.3.2 The global TODO list

"The global TODO list contains all unfinished TODO items formatted and 
collected into a single place.

"C-c a t     (org-todo-list)
     "Show the global TODO list. "

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.

--Chris Ryan

PS: in case it is relevant, my .emacs file, rather a short one, looks 
like this:

;;(load-file "~/.emacs.d/color-theme/themes/color-theme-subdued.el")
;;(color-theme-subdued)

(require 'color-theme)
(color-theme-parus)
(custom-set-variables
   ;; custom-set-variables was added by Custom.
   ;; If you edit it by hand, you could mess it up, so be careful.
   ;; Your init file should contain only one such instance.
   ;; If there is more than one, they won't work right.
  '(org-agenda-files (quote ("~/DATA/BookIdeas.org" "~/orgjunk.org"))))
(custom-set-faces
   ;; custom-set-faces was added by Custom.
   ;; If you edit it by hand, you could mess it up, so be careful.
   ;; Your init file should contain only one such instance.
   ;; If there is more than one, they won't work right.
  )

;; don't make back-up files
(setq make-backup-files nil)

;; single space between sentences
(setq sentence-end-double-space nil)

;; active Babel languages
(org-babel-do-load-languages
  'org-babel-load-languages
  '((R . t)
    ))

             reply	other threads:[~2012-03-04  4:33 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-04  4:33 Christopher W. Ryan [this message]
2012-03-04  8:11 ` C-c a t doesn't give yield list of all TODO items jeremiah.dodds
2012-03-04 12:25   ` Nick Dokos
2012-05-08  9:00   ` Giovanni Ridolfi

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4F52F086.7080505@binghamton.edu \
    --to=cryan@binghamton.edu \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).