-
Notifications
You must be signed in to change notification settings - Fork 14
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
Support for Windows? #11
Comments
I don't personally use windows so I can't attest either way, but I certainly believe you. I would very much appreciate a community PR on this! |
Just a confirmation; I have no problems whatsoever on Windows 11! |
For some reason, RStudio is not adding quarto to the PATH for me. Here's what I did:
Then I modified the
Probably I should have just modified the PATH, but note also the inclusion of |
@kwstat Let me make sure I have this right: your installation of But that's not a quarto-emacs bug either, I think it's just that you need to set your PATH environment variable appropriately. |
Byte-compiling and loading .emacs fails with (require 'quarto-mode), and returns the message ".emacs:91:1:Error: Symbol’s function definition is void: defvar-1". Quarto is installed and my path includes c:\Program Files\Quarto\bin. quarto-mode.elc is located in .emacs.d/site-lisp and .emacs.d/quarto-mode-20221005.1632. Yet it seems that emacs is not finding quarto-mode.elc. Any suggestions? |
I guess this package is not yet supporting windows? For example, when I load the package I find that the value of
quarto-command
isnil
.The text was updated successfully, but these errors were encountered: