1 line
1.4 KiB
Plaintext
1 line
1.4 KiB
Plaintext
<!-- SC_OFF --><div class="md"><p>I <code>paradox-upgrade-packages</code> yesterday and now my I'm constantly getting the message:</p> <pre><code> IMPORTANT: please install Org from GNU ELPA as Org ELPA will close before Org 9.6 </code></pre> <p>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.</p> <p><a href="https://orgmode.org/elpa.html">https://orgmode.org/elpa.html</a> says the archive will be deprecated, but not what is the proper replacement.</p> <p>My current year-long setup is:</p> <pre><code>(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")) </code></pre> <p>Thank you.</p> </div><!-- SC_ON -->   submitted by   <a href="https://www.reddit.com/user/suhrob"> /u/suhrob </a> <br/> <span><a href="https://www.reddit.com/r/emacs/comments/r11nqd/how_to_install_orgmode_now_that_org_emacs_lisp/">[link]</a></span>   <span><a href="https://www.reddit.com/r/emacs/comments/r11nqd/how_to_install_orgmode_now_that_org_emacs_lisp/">[comments]</a></span> |