So emacs plus (through homebrew on macOS) keeps giving me this error: Invalid function: org-element-with-disabled-cache.
Does anyone know what this is about, and why it’s happening? No issue with Emacs on Linux (same config) or when I had emacsformacos (same config)
I believe I fixed it this morning (3/11) by removing Emacs-plus completely and reinstalling.
brew uninstall emacs-plus@30brew cleanup(this removes dependencies, where I think the issue was)- Delete emacs.app and emacs-client.app from /Applications (I keep forgetting to do this)
brew install emacs-app(which is now emacs plus, from what I got through Homebrew)
I also ran Brew Doctor between steps 2 and 3 and found a couple of issues I resolved, which shouldn’t be related, but you never know.
What started this whole thing, I think, was that I wanted to try the new org-mode on top of the old org-mode. I am not too sure, but it seems like that was the problem.