Dear knowledgeable people, I can't get convert my markdown files to html for a lesson I'm working on. I can however build a different lesson, so there can't be any set-up problems on this machine. I've been modifying this lesson all day at work and building html without problems there - only ran into difficulty on my laptop at home (Linux Mint 17.3). I've checked a few files and the end of line characters are unix.
Any help diagnosing the problem would be much appreciated. Steps to recreate the problem: $ git clone https://github.com/gcapes/git-course.git $ cd git-course $ make preview pandoc -s -t html \ --smart \ --mathjax \ --template=_layouts/page \ --filter=tools/filters/blockquote2div.py \ --filter=tools/filters/id4glossary.py \ -Vheader="$(cat _includes/header.html)" -Vbanner="$(cat _includes/banner.html)" -Vfooter="$(cat _includes/footer.html)" -Vjavascript="$(cat _includes/javascript.html)" \ -o 01-introduction.html 01-introduction.md pandoc: Error running filter tools/filters/blockquote2div.py tools/filters/blockquote2div.py not found in path make: *** [01-introduction.html] Error 83 $ pandoc -v pandoc 1.12.2.1 Compiled with texmath 0.6.5.2, highlighting-kate 0.5.5.1. $ python -V Python 2.7.6 Thanks Gerard _______________________________________________ Discuss mailing list [email protected] http://lists.software-carpentry.org/listinfo/discuss
