obsidian-enhancing-export icon indicating copy to clipboard operation
obsidian-enhancing-export copied to clipboard

[Solution] Method to fix when pandoc.path is nil

Open MilkClouds opened this issue 2 years ago • 1 comments

I think it is related to this issue I was using pandoc of anaconda, which is v2.12, and on this version pandoc.path was nil and error occured when I execute export. (Since I had installed v2.18 pandoc by chocolatey, I confused that I was using latest pandoc. But since anaconda's pandoc(v2.12) was executing with higher priority, error occured.)

After I removed pandoc of conda and installed v2.18(latest) pandoc again, pandoc.path properly set and export worked. I submit this issue to help someone who will experience same error.

conda uninstall pandoc
choco install pandoc

MilkClouds avatar Jun 03 '22 07:06 MilkClouds

Thanks, you can also set the absoulute path of pandoc in the setting view, have you tried it?

mokeyish avatar Jun 03 '22 08:06 mokeyish