-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
org layer does not install properly #1965
Comments
Check this #1807 |
Regarding #1807: I started @syl20bnr I already removed the org and elpa folder, didn't help. Is there any other folder that has build/install artifacts that potentially break this? I tried everything with emacs 24.3 and 24.5. Also, this happens with a pristine spacemacs install (master and develop) with default config. In both scenarios when adding |
Am I really the only one who can't install and use org? I can reliably reproduce this error and it (sadly) renders spacemacs invaluable to me. |
I had the same issue this morning. The message was |
actually now org-mode loads correctly but I am also getting the bug mentionnned in #1807: http://comments.gmane.org/gmane.emacs.orgmode/70880 |
upgrading to emacs-24.5 from 24.3 fixed this issue |
My workaround to get a more or less working org: (I'm on develop. Not tested on master.) |
We have to figure out why pulling org from the ELPA repo is problematic. |
I tried 24.3 and 24.5 and got the same problems when installing org. I didn't test 24.4. |
I have been experiencing this problem for ages, with stock emacs. The issue comes from the source of org - not all versions floating around are identical. To reiterate, the issue is not with the emacs version but with the content of the downloaded org package - one of the org mirrors has the issues with @sotte can you give us information about your version of org? Let's compare. |
@EricCrosson I don't think I can give a proper answer. After lot's of trial and error I ended up manually downloading org, changing some files, excluding some other packages, etc.. I'm not willing to touch anything because I'm afraid I'll break it. Sorry. |
@EricCrosson Of course I ended up trying to reinstall it :) Here are the org folders and versions
As before, org is not working properly. I'm currently using the develop branch and emacs 24.5.1. |
When I exclude |
I had the same problem. Deleting |
@sotte is this all good now? |
I stopped using spacemacs because of the problems with orgmode. I reinstalled the stable version of spacemacs a few days ago and it seems to work now. Thanks! |
I'm also having this bug. Org mode fails with the described bug in emacs-mac 24.3, version and in emacs version 24.5 O suggest re-opening the bug. |
I was updating spacemacs and afterwards I had some trouble (missing bindings, functions, no agenda anymore) with org and spacemacs. While trying to debug it I found out that even with a fresh install (no
~/.spacemacs
, no~/.emacs.d
) installing org yields errors.So here is how you can reproduce it:
This results in lots of warning like the following (don't know if that is bad or not)
and errors like
I guess something is already fucked here.
If I open an org file, add it to the agenda list
C-c [
, and start the agenda viewC-c a
I get the error:invalid function: ord-with-silent-modifications
.Pretty clueless about how to fix it. I also tried
develop
with the same results.The text was updated successfully, but these errors were encountered: