emacs/var/elfeed/db/data/fa/fabc7ff78edb05a92c42ff691969c082f9507d7e
2022-01-03 12:49:32 -06:00

1 line
1.4 KiB
Plaintext

<!-- SC_OFF --><div class="md"><p>I <code>paradox-upgrade-packages</code> yesterday and now my I&#39;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 &#39;package-archives &#39;(&quot;org&quot; . &quot;http://orgmode.org/elpa/&quot;) t) (use-package org :ensure org-plus-contrib :pin org :commands (org-mode org-capture org-agenda orgbl-mode) :bind (&quot;C-c l&quot; . org-store-link) :init ;; (package-initialize &#39;org) ;; org settings (load &quot;~/.emacs.d/settings/settings-org.el&quot;)) </code></pre> <p>Thank you.</p> </div><!-- SC_ON --> &#32; submitted by &#32; <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> &#32; <span><a href="https://www.reddit.com/r/emacs/comments/r11nqd/how_to_install_orgmode_now_that_org_emacs_lisp/">[comments]</a></span>