andrea crotti wrote:
>
> But I also suspect that init.el is not loaded, it's too fast...
> any help?
>
Add
(message "init.el loaded")
at the end of init.el - it should appear on stdout.
Nick
___
Emacs-orgmode mailing list
Remember: use
Nick Dokos writes:
> andrea crotti wrote:
> See the following thread in the mail list archive:
>
> http://thread.gmane.org/gmane.emacs.orgmode/17059
>
> Basically, --batch implies -q, so you have to do any initialization
> (including setting the load-path) as part of the invocation.
>
Ok th