Closed iandol closed 4 years ago
Hm very strange, if I revert back to V0.2.6 of pandocomatic (which is before those path changes I think), it still doesn't work! Perhaps this is local problem on this machine, but can't test that right now...
I also confirmed this on a different machine (both are macOS). On the second machine, it seemed to occur after updating to Pandoc 2.10, I didn't have time to try to roll back and test again, sorry.
I can reproduce the issue here as well. The issue is with a comparison with pando's version in paru/pandoc.rb
. I now compare with the string "2.7"
, and that goes wrong with version 2.10β¦.
I'll create a fix.
Fixed in paru 0.4.1.2
Thanks Huub!
My
pandocomatic.yaml
is kept in the pandoc data dir, which is/Users/ian/.local/share/pandoc
on my machine. Currently pandocomatic is failing to find this file and associated templates:This used to compile without issue. If I deliberately specify the absolute path to that file, then it can use the template, but then fails to find the filters (which are also relative to the pandoc data directory):
In pandocmatic.yaml, the filter paths are specified thus:
Deliberately forcing the data-dir to the default and it works:
But we never used to need to specify this before, this is probably due to the changes you made for #81?