Hi, if I invoke org-agenda-list it opens the list in a not visible buffer. I have to manually switch to that buffer all the time.
My Emacs version: GNU Emacs 23.0.94.1 (i486-pc-linux-gnu, GTK+ Version 2.16.1) of 2009-06-15 on lychee, modified by Debian .emacs contains the following related stuff: ... '(org-agenda-skip-deadline-if-done t) '(org-agenda-skip-scheduled-if-done t) '(org-agenda-skip-timestamp-if-done t) ... (require 'org-install) (add-to-list 'auto-mode-alist '("\\.org$" . org-mode)) (global-set-key "\C-cl" 'org-store-link) (global-set-key "\C-ca" 'org-agenda) (global-set-key "\C-cb" 'org-iswitchb) (global-set-key "\C-cr" 'org-remember) (setq org-log-done t) (org-remember-insinuate) (setq org-default-notes-file "~/org/notes.org") Is my emacs installation broken, or is the org verison outdated? It is the standard org-mode that came with emacs. Regards, wr _______________________________________________ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode