Straight.el: Changes in org-plus-contrib

Created on 5 May 2021  Â·  1Comment  Â·  Source: raxod502/straight.el

What's wrong

As indicated by a message to the org mailing list the contrib packages for org have been split off. Using org-plus-contrib as the package name with straight now pulls in the main org files but not the contrib ones. See also reddit discussion

The recommended sources for the install are now:

So the recipe returned by straight-recipes-org-elpa-retrieve must get code from two repos or org-plus-contrib must be split into two separate packages org and org-contrib

Directions to reproduce

  1. Fresh emacs
  2. Use (use-package org :straight org-plus-contrib ...)
  3. The main org files are in straight/build but not the contrib files

Version information

  • Emacs version:
  • Operating system:
bug org-mode recipe handling recipe repositories update upstream

Most helpful comment

Please include the output of straight-version at a minimum when reporting bugs.

I posted the reddit thread you've linked.
The org-elpa recipe repo has been updated on the develop branch:

https://github.com/raxod502/straight.el/commit/9eb2e058665ad1144c66d2b1b816f9effa37907e

You'll need to update your config to make use of the "org-contrib" recipe. If you are not on the develop branch you can use the recipe from above manually (the change has not been backported to the master branch yet).

>All comments

Please include the output of straight-version at a minimum when reporting bugs.

I posted the reddit thread you've linked.
The org-elpa recipe repo has been updated on the develop branch:

https://github.com/raxod502/straight.el/commit/9eb2e058665ad1144c66d2b1b816f9effa37907e

You'll need to update your config to make use of the "org-contrib" recipe. If you are not on the develop branch you can use the recipe from above manually (the change has not been backported to the master branch yet).

Was this page helpful?
0 / 5 - 0 ratings