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
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
Fresh emacs
Use (use-package org :straight org-plus-contrib ...)
The main org files are in straight/build but not the contrib files
Version information
Emacs version:
Operating system:
The text was updated successfully, but these errors were encountered:
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).
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:
https://code.orgmode.org/bzg/org-mode.git files lisp/.el etc/styles/
https://git.sr.ht/~bzg/org-contrib files lisp/*.el
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
(use-package org :straight org-plus-contrib ...)Version information
The text was updated successfully, but these errors were encountered: