Noting for myself, whenever I get an `org-preserve-local-variables` error, this is the way to solve it:

# bash
cd ~/.emacs.d/elpa
find org*/*.elc -print0 | xargs -0 rm

(where the elpa directory might be in a different location depending which version/branch you’re on.)

And then run `M-x spacemacs/recompile-elpa`.

source: https://github.com/syl20bnr/spacemacs/issues/11801

Mentions

Leave a Reply

Your email address will not be published. Required fields are marked *

To respond on your own website, enter the URL of your response which should contain a link to this post's permalink URL. Your response will then appear (possibly after moderation) on this page. Want to update or remove your response? Update or delete your post and re-enter your post's URL again. (Find out more about Webmentions.)