-
Notifications
You must be signed in to change notification settings - Fork 28
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
config.use seems to be broken #28
Comments
That's super weird. Uh... try setting up a Gemfile, maybe? |
Nope, that didn't seem to help. I created a Gemfile whose contents were:
I then did a "bundle install" and then ran "rake -T", and got the following:
Any further ideas? |
You're sourcing Quarto from your local git repo, right? Not from Rubygems? On Sat, Jul 19, 2014 at 5:31 PM, Reuven M. Lerner [email protected]
Avdi Grimm |
No.... did I miss something important in the instructions? (That is, I'm doing a "gem install quarto" on my system, and then I'm doing "bundle install" with that Gemfile.) |
Quarto is under extremely active development, stuff you see in the current On Sun, Jul 20, 2014 at 2:29 PM, Reuven M. Lerner [email protected]
Avdi Grimm |
OK, I managed to get things to work: (1) I forked quarto (although I'm not sure that was really an important step here) Voila! Success. At least for this basic stuff. Next up, trying to actually get it to work with org-mode... I'd be happy to submit a pull request to update the README, either to help others succeed with this as I did, and/or to warn people away from believing the README, since the code is under such active development. Thanks again for the code and responses! |
Re README PR: PLEASE PLEASE PLEASE :-) :-) :-) There's already a bit of a disclaimer in there, but there should probably On Sun, Jul 20, 2014 at 3:15 PM, Reuven M. Lerner [email protected]
Avdi Grimm |
I'm late to the party but I can reproduce both of the config issues:
Gemfile:
It's pointing to the latest commit on master:
Error:
Same with use, e.g.:
rake -T output:
Even the default task isn't set (says
|
I'm using Ruby 2.1.2. I cloned the Git repository, and copied the examples/orgmode-basic directory to its own directory, to avoid the overall quarto Rakefile from affecting the book's Rakefile. I then typed
and got the following:
I got the same result with Ruby 1.9.3. Any suggestions?
The text was updated successfully, but these errors were encountered: