doomemacs / doomemacs

An Emacs framework for the stubborn martian hacker
MIT License
18.88k stars 3.03k forks source link

evil-org-mode location changed #7875

Closed honggw closed 4 days ago

honggw commented 1 month ago

I confirm that...

Expected behavior

I got a git rev-parse HEAD error about evil-org-mode package while installing the doom emacs ,I checked the repository location of evil-org-mode and found that the package no longer located in hlissner/evil-org-mode but doomelpa/evil-org-mode

Current behavior

edit the file modules/lang/org/packages.el line 69 ,substitue the 'hlissner/evil-org-mode' with 'doomelpa/evil-org-mode'

Steps to reproduce

  1. just run command: "doom install"

System Information

https://pastebin.com/ek2bpBfk

peterhoeg commented 3 weeks ago

I suggest trying to blow away the checkout for that package and trying again. While it has moved as you point out, github should simply redirect to the new location transparently and let you install as expected.

hlissner commented 4 days ago

What peterhoeg said, but I've updated the ref in 4788dd6. Thanks for bringing it to my attention!