emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] Re: Error about TODO sequence states with 6.09 on Emacs 22.1.1


From: Daniel Clemente
Subject: [Orgmode] Re: Error about TODO sequence states with 6.09 on Emacs 22.1.1
Date: Fri, 10 Oct 2008 15:22:25 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux)

Bernt Hansen <address@hidden> writes:

>
> Are you sure you're using the latest org version?
>

  No. My emacs was using the default org version because my loading sequence 
was wrong. I changed it to:

(add-to-list 'load-path "~/.emacs.d/org-6.09/lisp")
(require 'org-install)

  instead of:

(add-to-list 'load-path "~/.emacs.d/org-6.09")
(require 'org)

  And it works very well.

  I thought that it would be (require 'org) like in other packages. In fact the 
problem was that I tried 'org and it WORKED more or less... but it was the old 
version.

  Thanks for pointing to the problem.


Daniel






reply via email to

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