emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] "Ctrl-c a a" does not switch automatically to agenda view


From: Willi Richert
Subject: [Orgmode] "Ctrl-c a a" does not switch automatically to agenda view
Date: Mon, 15 Jun 2009 20:59:41 +0200
User-agent: KMail/1.11.4 (Linux/2.6.28-11-generic; KDE/4.2.4; i686; ; )

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




reply via email to

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