[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Unable to get current or via use-package
From: |
Loris Bennett |
Subject: |
Unable to get current or via use-package |
Date: |
Wed, 09 Feb 2022 14:25:59 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) |
Hi,
After Emacs started nagging me with the following
IMPORTANT: please install Org from GNU ELPA as Org ELPA will close
before Org 9.6
I set in init.el
(setq package-archives
'(("gnu" . "http://elpa.gnu.org/packages/";)
("nongnu" . "http://elpa.nongnu.org/nongnu/";)
("melpa" . "http://melpa.org/packages/";)))
and have
(use-package org
:ensure org-contrib)
I moved the old-plus-contrig ELPA folder out the way. However, I now
just get the built-in version of Org:
Org mode version 9.3 (release_9.3 @ /usr/share/emacs/27.1/lisp/org/)
Is this a problem use-package has with built-in packages, as described here
https://github.com/jwiegley/use-package/issues/319
? Or am I doing something wrong? Or do I just need to install via M-x
list-packages (bearing in mind the caveat about not visiting an org file
beforehand)?
Cheers,
Loris
--
This signature is currently under construction.
- Unable to get current or via use-package,
Loris Bennett <=
- Re: Unable to get current or via use-package, Eric S Fraga, 2022/02/09
- Re: Unable to get current or via use-package, Loris Bennett, 2022/02/09
- Re: Unable to get current or via use-package, Greg Minshall, 2022/02/09
- Re: Unable to get current or via use-package, João Pedro de Amorim Paula, 2022/02/10
- Re: Unable to get current or via use-package, João Pedro de Amorim Paula, 2022/02/10
- Re: Unable to get current or via use-package, Loris Bennett, 2022/02/17
- Re: Unable to get current or via use-package, João Pedro de Amorim Paula, 2022/02/18
- Re: Unable to get current or via use-package, João Pedro de Amorim Paula, 2022/02/18
- Re: Unable to get current or via use-package, Loris Bennett, 2022/02/21
- RE: Unable to get current or via use-package, Cook, Malcolm, 2022/02/09