emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] External compilation


From: Sebastien Vauban
Subject: Re: [O] External compilation
Date: Thu, 19 Feb 2015 15:16:13 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (windows-nt)

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




reply via email to

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