On 10/19/2010 09:12 AM, Pavel Sanda wrote:
Peter Kümmel wrote:
On 19.10.2010 08:42, Peter Kümmel wrote:
On 19.10.2010 00:05, Uwe Stöhr wrote:
> OK, committed a fix, but it needs testing.
Now exporting is broken: I don't get a PDF when e.g. exporting the UserGuide to
PDF (pdflatex).
Maybe the pdf is now in the temp folder. Because the only difference I see is a
flag
in doExport.
Yes, it's in lyx's temp folder. But shouldn't we ask where to write to the
exported file?
Please try it now, after r. This is cut and paste and so not as elegant
as it could be, but perhaps someone else could use bind to make it work
better. The main issue is that exportAndDestroy was calling:
buffer->doExport(format, true, update_unincluded);
The second argument is a boolean which means: Should we leave this is in
the tempdir? So we need false there in the case of EXPORT.
Richard