Re: [O] emacs --batch without calling all the .el scripts

2012-06-14 Thread Enda
Enda writes: > emacs --batch --visit=index.org --funcall org-export-as-html-batch > > all the .el scripts in /etc/emacs/site-start.d/ get called which > takes > time, since all of these are unnecessary except 50org-mode.el, is > there is way to only load 50org-mode.el Bastien writes: >Unteste

Re: [O] emacs --batch without calling all the .el scripts

2012-06-06 Thread Bastien
Enda writes: > emacs --batch --visit=index.org --funcall org-export-as-html-batch > > all the .el scripts in /etc/emacs/site-start.d/ get called which > takes > time, since all of these are unnecessary except 50org-mode.el, is > there is way to only load 50org-mode.el Untested: emacs -Q --batch

[O] emacs --batch without calling all the .el scripts

2012-06-06 Thread Enda
When I call: emacs --batch --visit=index.org --funcall org-export-as-html-batch all the .el scripts in /etc/emacs/site-start.d/ get called which takes time, since all of these are unnecessary except 50org-mode.el, is there is way to only load 50org-mode.el Best wishes, Enda