From mboxrd@z Thu Jan 1 00:00:00 1970 From: Willi Richert Subject: "Ctrl-c a a" does not switch automatically to agenda view Date: Mon, 15 Jun 2009 20:59:41 +0200 Message-ID: <200906152059.41194.w.richert@gmx.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MGHPM-0002wI-Ji for emacs-orgmode@gnu.org; Mon, 15 Jun 2009 14:59:52 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MGHPH-0002nm-EE for emacs-orgmode@gnu.org; Mon, 15 Jun 2009 14:59:52 -0400 Received: from [199.232.76.173] (port=50589 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MGHPH-0002na-8R for emacs-orgmode@gnu.org; Mon, 15 Jun 2009 14:59:47 -0400 Received: from mail.gmx.net ([213.165.64.20]:40182) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1MGHPG-00083E-BC for emacs-orgmode@gnu.org; Mon, 15 Jun 2009 14:59:47 -0400 Content-Disposition: inline List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org 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