suvayu ali <[email protected]> writes:
> Hi Aaron,
>
> On Fri, Sep 2, 2011 at 2:01 PM, Aaron Hammitt <[email protected]> wrote:
>> After some poking around I found that the default value of
>> org-latex-to-pdf-process was the problem. Placing the following in my .emacs
>> fixed the problem:
>>
>> (setq org-latex-to-pdf-process
>> '("pdflatex -interaction=nonstopmode %f" "pdflatex
>> -interaction=nonstopmode %f"))
>>
>
> How is that different from the default?
Hi suvayu,
pdflatex -interaction=nonstopmode
^
maybe?
-Bernt
>
> ("pdflatex -interaction nonstopmode -output-directory %o %f"
> "pdflatex -interaction nonstopmode -output-directory %o %f"
> "pdflatex -interaction nonstopmode -output-directory %o %f")