On 04/21/2018 05:33 PM, Kornel Benko wrote: > Am Samstag, 21. April 2018 14:14:49 CEST schrieb Scott Kostyshak > <skost...@lyx.org>: >> On Sat, Apr 21, 2018 at 03:49:11AM +0000, Richard Heck wrote: >> >>> + // this will be run unconditionally in case EXPORT_in_THREAD >>> + // is not defined. >>> + Buffer::ExportStatus status; >>> + if (syncFunc) { >>> + status = (used_buffer->*syncFunc)(format, true); >> The above "true" sets the argument "put_in_tempdir" of doExport(), so >> the following >> >> command-sequence buffer-export >> >> does not actually copy the exported file to the destination directory, >> as it did before.
I'll fix that. Is there a problem then with export when EXPORT_in_THREAD is set to false? Riki >> >> Scott >> > That seems to be the reason why the test 'outline-beamer' fails. > > Kornel