-
Notifications
You must be signed in to change notification settings - Fork 15
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
"When I turn on org-mode" does not work #12
Comments
I think the issue is that the
(you still have to require org) |
I don't think so because this does not explain why "And I load the following..." step raises an error. |
Ohh, so you mean you only have the eval step and not the "turn on org-mode"? Anyways, try it out, worked for me. |
"I turn on org-mode" succeeds when "I load the following:" still does not work. For reference, I made a repository to reproduce the problem I had. |
Same for me, wtf? :)
Gotta love Carton and Makefile's :) The problem is with |
I spoke too soon. Still having this issue. I will actually ignore fixing the eval issue because that step should not even exist. If such a step should exist, it should look something like this:
That is an actual interaction by the user. |
I think the problem with your approach is that it changes current buffer. What is the reason to not use |
Yes, so it cant (and should not) be used in the same way it is today.
That was what I tried just now, but that gave me the same result. |
I tried this scenario.
I got "Cannot open load file: overlay".
This also fails with the same error
However, running the following command does not raise error.
Moreover, adding this to
env.el
does not change anything. I still got "Cannot open load file: overlay" error.The text was updated successfully, but these errors were encountered: