Rafael <[email protected]> writes:
Hi Rafael,
> If I run:
>
> emacs -Q -L ~/Dropbox/emacs/site-lisp/org-mode/lisp/
>
> (that's where I put org-mode),
> and then open any org file (I have tried with a very simple one, with
> only one heading), such file is not syntactically colored. However, if I
> open any second org file, then it is colored without problem. Or if I
> say M-x revert-file with the first.
I think you need to require org-install to initialize an external org
version. So basically
emacs -Q -L ~/Dropbox/emacs/site-lisp/org-mode/lisp/ \
-e "(require 'org-install)"
should do the trick.
Bye,
Tassilo