I paradox-upgrade-packages
yesterday and now my I'm constantly getting the message:
IMPORTANT: please install Org from GNU ELPA as Org ELPA will close before Org 9.6
The startup is insanely long, because I suppose for each single open org-mode file it tries to communicate with the server and all I get is that IMPORTANT message.
https://orgmode.org/elpa.html says the archive will be deprecated, but not what is the proper replacement.
My current year-long setup is:
(add-to-list 'package-archives '("org" . "http://orgmode.org/elpa/") t) (use-package org :ensure org-plus-contrib :pin org :commands (org-mode org-capture org-agenda orgbl-mode) :bind ("C-c l" . org-store-link) :init ;; (package-initialize 'org) ;; org settings (load "~/.emacs.d/settings/settings-org.el"))
Thank you.