Re: [O] External compilation

2015-02-19 Thread Sebastien Vauban
Rasmus wrote: > Sebastien Vauban writes: > >> One side question. >> >> I guess that you meant "--kill-emacs" above (I don't see any function >> called "kill"); but, anyway, why do you need to kill Emacs? Isn't >> that redundant with the "--batch" option? > > Googles told me to put it there. I obe

Re: [O] External compilation

2015-02-19 Thread Rasmus
Sebastien Vauban writes: > One side question. > > I guess that you meant "--kill-emacs" above (I don't see any function > called "kill"); but, anyway, why do you need to kill Emacs? Isn't that > redundant with the "--batch" option? Googles told me to put it there. I obeyed. In my experience i

Re: [O] External compilation

2015-02-19 Thread Sebastien Vauban
Hi Rasmus, Rasmus wrote: > I want to translate some documents to pdf. I'm currently doing it with > something like this > > OX-FUN= emacs --batch --no-init-file --load conf.el $1 --funcall $2 > --kill > OX-LATEX = $(call OX-FUN, $1, org-latex-export-to-pdf) One side question. I gu

[O] External compilation

2015-02-19 Thread Rasmus
Hi, I want to translate some documents to pdf. I'm currently doing it with something like this OX-FUN= emacs --batch --no-init-file --load conf.el $1 --funcall $2 --kill OX-LATEX = $(call OX-FUN, $1, org-latex-export-to-pdf) But this is very limiting (I am told) as it require me t