toshism / org-super-links

Package to create links with auto backlinks
GNU General Public License v3.0
285 stars 20 forks source link

Add capture target buffer to search targets #68

Closed toshism closed 3 years ago

toshism commented 3 years ago

This one is pretty edge case but it happened to me and it was annoying.

If calling org-super-links-link from a capture buffer that has a target which is not included in org-agenda-files; add the target buffer to the agenda files so that it shows in search candidates.

Without this you can't link to the buffer you called the capture from unless it's in your agenda files.

This still isn't perfect but close enough, it works.