emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [patch] fix ox-latex async export bug


From: Timothy
Subject: Re: [patch] fix ox-latex async export bug
Date: Mon, 29 Nov 2021 13:15:46 +0800
User-agent: mu4e 1.6.9; emacs 28.0.50

Hi Tim,

> I’m wondering if this could be a problem when exporting to latex if the
>underlying latex process encounters errors and is waiting for user input before
>it can continue (which happens if there are problems in the tex source latex is
>trying to process)?
>
> It might be worth checking next time you encounter an error if you can
> run latex on the generated *.tex file and see if it waits for user
> input?

If you look at the default value of `org-latex-pdf-process', it has the flag
`-interaction=nonstopmode' which should mean the process never pauses and waits
for user input.

All the best,
Timothy

reply via email to

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