eyeinsky / org-anki

Sync org notes to Anki via AnkiConnect
BSD 3-Clause "New" or "Revised" License
180 stars 28 forks source link

Missed dependency - promise #22

Closed jumper047 closed 3 years ago

jumper047 commented 3 years ago

I don't have promise package insalled, and org-anki commands not worked untill I installed it by hands.

walseb commented 3 years ago

I have the same problem, I assumed it was a bug in my setup. Looking over this package now it seems like promise is missing from the "Package-Requires" section in org-anki.el which straight.el among others rely on.

gsingh93 commented 3 years ago

I ran into the same issue. @eyeinsky, can you take a look at this?

eyeinsky commented 3 years ago

@gsingh93 could you look if it's ok now?

Discovered that also dash was missing from the dependencies. Both of these were installed as dependencies for other packages, so didn't notice.

gsingh93 commented 3 years ago

Yup, I deleted org-anki and promise, installed org-anki, and promise was automatically installed as a dependency and the error was gone. Thanks for the fix!