emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Odd behavior with first org file opened


From: Tassilo Horn
Subject: Re: [O] Odd behavior with first org file opened
Date: Wed, 27 Jul 2011 10:17:54 +0200
User-agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.50 (gnu/linux)

Rafael <address@hidden> 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




reply via email to

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