On Wed, Oct 24, 2001 at 01:25:28PM +0100, Jose Abilio Oliveira Matos wrote:
> Hi Dekel (this is probably to you),
> if I set the flags in the configuration file for the convertion
> docbook->html to
> resultdir=$$b,resultfile=t1.html
> the preview work as it should. I view the html and the right file is shown.
>
> But when I try to export it to html, I have problems. The directory isn't
> moved from /tmp to my home. I get a zero size file instead of the directory.
Don't you get an error dialog in lyx (Error while trying to move directory...)
?
> Also everytime I leave lyx I get a warning from directory not empty, since
> it tries to remove a file that is a directory, but in reality those are just
> a bunch of empty directories that remain there.
>
> Notice that \tmp and \home are in different partitions.
The problem is that lyx::rename doesn't work if its two argument are
directories on different devices. It shouldn't be hard to fix it (but I
don't have time right now).