-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Unknown option --metadata-file #74
Comments
Simple but very effective |
The --metadata-file option is only available as of Pandoc version 2.3 (2018-09-16): https://pandoc.org/releases.html#pandoc-2.3-2018-09-16
This error message problem can be considered fixed only by checking if Pandoc can be used in version 2.3 or higher. It took me a few hours to get to the root cause. So that this doesn't happen to others, this note should be included on the troubleshooting page: My version: pandoc 2.2.1 |
Another way is to select all content in a note, copy it, and directly paste to a new Word document. The results appear good. |
When I try to export a note obsidian-pandoc return an error:
Pandoc export failed: Unknown option --metadata-file. Try pandoc --help for more information.
Easy fix is to comment this lines in main.js but it's not ideal:
I work o Windows 10
pandoc --version
output:The text was updated successfully, but these errors were encountered: