obsidian-enhancing-export
obsidian-enhancing-export copied to clipboard
[Solution] Method to fix when pandoc.path is nil
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
Thanks, you can also set the absoulute path of pandoc in the setting view, have you tried it?