emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] Command key problem in agenda view


From: Daniel Clemente
Subject: Re: [Orgmode] Command key problem in agenda view
Date: Fri, 16 Jan 2009 09:17:21 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

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




reply via email to

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