Skip to content

Bug in release 1.15.1: pandoc: Could not find data file templates #2459

Closed
jfmdev opened this Issue · 2 comments

2 participants

@jfmdev

There is a bug in release 1.15.1 which prevents to export to EPUB or to ODT, displaying the following errors:

pandoc: Could not find data file templates\default.opendocument

or

pandoc: Could not find data file templates\default.epub

I have tested this bug in both Windows 7 & 8.
Note that these errors do not happens when using release 1.15.0.6.

@jgm
Owner
@jgm
Owner
@jgm jgm added a commit that closed this issue
@jgm Text.Pandoc.Data: store paths in dataFiles using posix separators.
This way we have uniform separators, whether on Windows or Linux.

This should solve a problem where on some Windows versions
the data files weren't being found.

Closes #2459.
7f4b78c
@jgm jgm closed this in 7f4b78c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Something went wrong with that request. Please try again.