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 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? Best regards, Seb -- Sebastien Vauban