From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Clemente Subject: Re: Command key problem in agenda view Date: Fri, 16 Jan 2009 09:17:21 +0100 Message-ID: <87wscvekby.fsf@CPU107.opentrends.net> References: <10514.83.109.5.94.1232054603.squirrel@webmailsunny.oslo.dnmi.no> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LNjtV-0006T1-4o for emacs-orgmode@gnu.org; Fri, 16 Jan 2009 03:17:33 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LNjtT-0006R8-H3 for emacs-orgmode@gnu.org; Fri, 16 Jan 2009 03:17:32 -0500 Received: from [199.232.76.173] (port=46729 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LNjtT-0006R4-EV for emacs-orgmode@gnu.org; Fri, 16 Jan 2009 03:17:31 -0500 Received: from mx20.gnu.org ([199.232.41.8]:64152) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LNjtT-0002RR-0R for emacs-orgmode@gnu.org; Fri, 16 Jan 2009 03:17:31 -0500 Received: from fg-out-1718.google.com ([72.14.220.159]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LNjtR-0001MD-SB for emacs-orgmode@gnu.org; Fri, 16 Jan 2009 03:17:30 -0500 Received: by fg-out-1718.google.com with SMTP id l26so762688fgb.30 for ; Fri, 16 Jan 2009 00:17:27 -0800 (PST) In-Reply-To: <10514.83.109.5.94.1232054603.squirrel@webmailsunny.oslo.dnmi.no> (Bruce Hackett's message of "Thu, 15 Jan 2009 21:23:23 -0000 (GMT)") 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: bruce.hackett@met.no Cc: emacs-orgmode@gnu.org Hi, similar strange things happened to me because Emacs was loading the system org-mode (the one installed by Emacs) instead of the org-mode I had put in my personal directory. Therefore an old version of org-mode was being loaded, with less features than expected. Check your configuration; try M-x org-version and be sure that you are running the latest org-mode (current one is 6.17c). At your ~/.emacs you should have something like (add-to-list 'load-path "/somewhere/org-mode/lisp") (require 'org-install) And not (require 'org). Just an idea. Daniel