Skip to content
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

make md error with pandoc-citeproc #419

Closed
vinurs opened this issue Jan 29, 2021 · 5 comments
Closed

make md error with pandoc-citeproc #419

vinurs opened this issue Jan 29, 2021 · 5 comments

Comments

@vinurs
Copy link

vinurs commented Jan 29, 2021

when i install pandoc-citeproc in macos bigsur, it shows:

==> Homebrew was updated to version 2.7.7
The changelog can be found at:
  https://github.com/Homebrew/brew/releases/tag/2.7.7
Error: pandoc-citeproc has been disabled because it is deprecated upstream!

so when i run make md, it outputs

Debugger entered--Lisp error: (user-error "[ox-hugo] pandoc-citeproc executable not found in ...")
  user-error("[ox-hugo] pandoc-citeproc executable not found in ...")
  (if (executable-find "pandoc-citeproc") nil (user-error "[ox-hugo] pandoc-citeproc executable not found in ..."))
@kaushalmodi
Copy link
Owner

Hello,

I have the ox-hugo test suite working with Pandoc 2.9.2.1. Please see https://ox-hugo.scripter.co/doc/requirements/#code_contributor_reqs . Can you try installing that version instead of 2.7.7?

I don't use macos, so I am not sure, but you might be able to simply download the pandoc and pandoc-citeproc static binaries and put them in $PATH.

@kaushalmodi
Copy link
Owner

I now see that pandoc-citeproc was deprecated in Oct 2020. I'll find some time to update the test suite dependencies and the test suite itself, because the latest pandoc 2.11.4 is not backward compatiable with 2.9.2.1.

@kaushalmodi
Copy link
Owner

@vinurs I am attempting to update pandoc support to 2.11.4, but I am facing some trouble here: #408 (comment)

@kaushalmodi
Copy link
Owner

@vinurs Please update to Pandoc 2.11.4, update ox-hugo from its master branch and let me know if this issue is fixed.

See #420 .

@vinurs
Copy link
Author

vinurs commented Jan 29, 2021

Thanks very much, works ok now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants