Bernt Hansen <[EMAIL PROTECTED]> 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




_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to