-
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
spacemacs forgets all customizations made through customize
/ org-customize
#10504
Comments
I can reproduce this issue on develop with emacs 25.3.1. After updating packages all customisations are gone, except the list of selected packages. For now I have no clue what could cause this behaviour, but it is pretty annoying for anyone using the old "emacs customisation" interface. |
What's "old" about the This seems like a really severe bug. It's already bitten me several times and is more than "pretty annoying" in my opinion. I'd appreciate it if my text editor did not delete my data! |
I can reproduce this with emacs 25.3.2 on f1f8db0 |
Just moved to develop from stable and this is a severe bug. I have a back up of my dotspacemacs but still. |
Any news on this - just found out about it when my custom templates all disappeared? :-( |
I was able to reproduce this with gnu emacs 27.0.50 on develop: d912b54 |
Having the same problem on emacs develop and spacemacs develop, though I have a slightly different repro case. |
Some workaround: Add
|
Thanks, that workaround seems to work for me. |
Should be fixed by #11994. The workaround works in most cases, but in a case where a customized variable force loads a library it would cause an error (e.g. see #9736). The new fix should be safe. For completeness, here's a repro guide for the bug:
Cause of the bug:
I solved the bug by moving "enable the advice" step to after |
Fix merged, please verify. |
I can verify customizations persisting through additional package update steps as bmag noted above #10504 (comment) Starting with |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Please let us know if this issue is still valid! |
Description
spacemacs forgets all customizations made through
customize
/org-customize
Reproduction guide 🪲
org-capture-templates
ororg-modules
; remember toApply and Save
changesdotspacemacs/emacs-custom-settings
and the variables have expected values)Observed behaviour: 👀 💔
The customizations have disappeared without a trace from
custom-set-variables
indotspacemacs/emacs-custom-settings
. Especially with complex variables like org-templates this may be a loss of non-trivial effort in fine tuning.The only(?) variable left is
package-selected-packages
which seems completely redundant overall as spacemacs is managing the packages.Expected behaviour: ❤️ 😄
Everything working as customized. No notable data loss.
System Info 💻
The text was updated successfully, but these errors were encountered: