Gordon Cooper <gordon_cooper <at> kinect.co.nz> writes: > > > On 07/04/16 02:18, David L. Johnson wrote: > > I notice that, when I export repeatedly to pdf, the command will > > actually run and the pdf will not update unless the buffer has been > > changed. So that's probably why your pdf doesn't always run --- you > > have to change the document, then it will all run. > I can confirm that, happens here too. > > Gordon. > Tauranga N.Z. > >
As said, that is not the problem. I change the document. Then sometimes, it exports to pdf, sometimes not. But it SEEMS (I haven't tried enough times yet) that if I change the order, it always executes all three commands (assuming the document is changed). So, if I use command-sequence buffer-write; buffer-export pdf2; buffer-export pdflatex it seems it always runs all three commands. But if I use command-sequence buffer-write; buffer-export pdflatex; buffer-export pdf2 it seems it sometimes does not run the export to pdf. Odd.