(use-package org-plus-contrib
:straight t)
https://github.com/jwiegley/use-package/issues/597
use straight-use-package.
Or just
(use-package org
:straight org-plus-contrib
:config ...)
@raxod502 Thanks.
Most helpful comment
Or just