spacemacs/layers/+emacs
Daniel Nicolai 548edefcce Install org from ELPA instead of Org ELPA
From org version 9.5 org will not be distributed from Org ELPA but from
ELPA (see https://list.orgmode.org/87lfa7tc9v.fsf@gnu.org/t/). This commit makes
Spacemacs use/install org from ELPA.

Besides that, this commit removes some 'hack' that seemed to have no effect. As
org comes with Emacs `package-installed-p 'org` will always return t. Also
activating org via `configuration-layer//activate-package` seems to have no
effect.

Finally, the package is declared including a :min-version because appending only
`:location melpa` seems to have no effect (this can probably be considered a
bug).
I am almost certain that the information that was added when making org install
from Org ELPA is still relevant also for installing org from ELPA so I have just
adapted the version number from 0.104 to 0.300.

As the "org" archive has been removed, the `ert-deftest` for it can be removed
also.
2021-11-06 14:34:18 +01:00
..
better-defaults Apply GPLv3 terms explicitly to all elisp files 2021-03-25 22:59:32 -04:00
helpful [helpful] Make layer alias standard describe-functions 2021-04-15 21:14:23 +00:00
ibuffer Apply GPLv3 terms explicitly to all elisp files 2021-03-25 22:59:32 -04:00
org Install org from ELPA instead of Org ELPA 2021-11-06 14:34:18 +01:00
outshine Apply GPLv3 terms explicitly to all elisp files 2021-03-25 22:59:32 -04:00
semantic Apply GPLv3 terms explicitly to all elisp files 2021-03-25 22:59:32 -04:00
smex Apply GPLv3 terms explicitly to all elisp files 2021-03-25 22:59:32 -04:00
tabs Apply GPLv3 terms explicitly to all elisp files 2021-03-25 22:59:32 -04:00
typography Removed legacy codes for emacs-version < 25.1 (#14497) 2021-04-28 05:04:53 +00:00