Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Put odt file into output folder when using "--format odt -d myfolder" command #69

Closed
3 tasks done
ThiloteE opened this issue Apr 1, 2022 · 3 comments
Closed
3 tasks done

Comments

@ThiloteE
Copy link

ThiloteE commented Apr 1, 2022

Yesterday, I updated to the newest development version of make4ht on miktex (version 0.3l) and it compiles odt again.

grafik

compiling the MWE from #58 (comment) via lua > bibtex (biber) > lua > lua and then converting via make4ht --format odt --lua -d odt --loglevel debug testthis.tex the outcome is thus:

  • the MWE finishes the compilation successfully. ✔
  • the odt file is indeed created, and it looks fine! ✔
  • the odt file is not in the output folder as specified with the option -d odt (it should be within the folder "odt").
@michal-h21
Copy link
Owner

Thanks for the report. It seems that copying of the output files to the output directory happens before the ODT file is packed, so you will not get anything in the output directory in the first run, and then you will get older version of the ODT file. It should be fixed now in make4ht sources.

@ThiloteE
Copy link
Author

ThiloteE commented Apr 1, 2022

Probably fixed by 5b6e6e7, cdb150b and 61e13aa

@michal-h21
Copy link
Owner

I hope so.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants