Why a package trigger another's download even when I have built-in in the other's recipe? #1162
Replies: 3 comments 1 reply
-
Are you able to reproduce the issue via |
Beta Was this translation helpful? Give feedback.
-
As @progfolio said. But the most likely cause would be you need to make sure the org recipe is loaded first, else it would get cloned as a dependency of elfeed before straight.el knows it is supposed to be built-in. |
Beta Was this translation helpful? Give feedback.
-
This is happening for me as well with org-appear. The following does not work.
If I create a folder |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Why does elfeed-org always clone a copy of org even when my org recipe has
straight (:type built-in)
? After an annoying bit of bisection I found that without elfeed-org, the built-in version is respected and a straight repo is NOT cloned. With elfeed-org, however, I get an org repo and m-x org-version telling me "mixed version." May any package trigger a parent package build, or is there something peculiar about elfeed-org? Is there anything I can do to get elfeed-org to stop triggering the org repo?Beta Was this translation helpful? Give feedback.
All reactions