`ace-link-org` errors out before Org is loaded
Closed this issue · 3 comments
duckwork commented
I tracked it down to the fact that org-element-lineage
isn't auto-loaded from org-element.el. I've added an autoload
declaration to my own config, but I haven't opened a PR here because I'm not sure where it should go or if or how it should be tested.
FYI:
- Emacs version: 28.0.50
- Org version: 9.4.6
- Ace-link commit: e1b1c91
wowhxj commented
I've the same issue here. How did you fix this?
duckwork commented
wowhxj commented
Hey @wowhxj , I added
(autoload 'org-element-lineage "org-element")
before the call to(ace-link-setup-default)
in my config, but I actually don't use ace-link any more.I've since switched to link-hint, which I found to be better for my use.
Hope this helps tho!
I fixed it and thanks very much bro. On the mean time, I'll try this package.