On Sat, 2023-02-18 at 11:43 +0000, Ihor Radchenko wrote: > lux writes: > > > -              (shell-command (format "mv %s %s" img-out out- > > file))))) > > +              (rename-file img-out out-file)))) > > I think should be (rename-file img-out out-file t) > Fixed, thank you.