[Top][All Lists]
[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: |
Wed, 21 Jan 2009 12:35:15 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) |
Bruce Hackett <address@hidden> writes:
>
> (setq load-path (append load-path '("~/.emacs.d/org/lisp")))
>
> This was something I picked up long, long ago, and never worried about. My
> guess is that "append" really means just that, and
> that "add-to-list" means prepending.
>
> Anyway, org-mode is working correctly now. Thanks for your help!
> Bruce
Since it's common that users experience strange problems due to an old version
of Org being loaded, I wrote an entry about that in the FAQ, in Worg:
http://orgmode.org/worg/org-faq.php#loaded-old-org
-- Daniel