-
Notifications
You must be signed in to change notification settings - Fork 101
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
version check issues? #502
version check issues? #502
Comments
Doom Emacs, When running rustic-doc-setup through M-x:
I've tried it with version 3.1.2 (newest on arch), and 3.1.4 (newest on github), same result Running (rustic-doc-setup) in ielm or eshell also gives this error:
|
I am getting the same issue using Doom Emacs. Using 3.1.7 of pandoc (newest version per their github) |
Same problem:
I have tried buildign pandoc from source to get to a more recent version, but nothing is working. full error that i get:
I would like to add that I have tried with fd-find being intalled by my package manager and by cargo. When I install FD through cargo it gives the above error, however the |
From code I see this issue is not related to Line 282 in 39423d1
For some reason only the minor version of $ fd --version
fd 10.1.0 And after running (substring (shell-command-to-string "fd --version") 3 4) => "1" The same thing with Line 286 in 39423d1
$ pandoc --version
pandoc 3.1.11.1
Features: +server +lua
Scripting engine: Lua 5.4
User data directory: /Users/velnbur/.local/share/pandoc
Copyright (C) 2006-2023 John MacFarlane. Web: https://pandoc.org
This is free software; see the source for copying conditions. There is no
warranty, not even for merchantability or fitness for a particular purpose. (substring (shell-command-to-string "pandoc --version") 9 11) => "1." |
When I run
rustic-doc-setup
I get the following messages:However I have both installed by brew on macos and have done specific upgrades to both to get them to the latest versions:
The text was updated successfully, but these errors were encountered: