alphapapa / org-sidebar

A helpful sidebar for Org mode
GNU General Public License v3.0
527 stars 16 forks source link

Backlinks not working #31

Closed konstruktiv closed 3 years ago

konstruktiv commented 3 years ago

org-sidebar-backlinks is not working as expected. Instead of showing Entry 2 as a backlink for Entry 1, the list of backlinks is empty for the following example:

* Entry 1
:PROPERTIES:
:CUSTOM_ID: entry1
:END:

* Entry 2
:PROPERTIES:
:CUSTOM_ID: entry2
:END:

[[#entry1]]
egh commented 3 years ago

org-sidebar-backlinks searches org-directory by default. Probably you need a slightly modified function.

alphapapa commented 3 years ago

@konstruktiv Sorry for overlooking this. Erik is probably right, but you didn't give details about the file or buffer you're searching.

Anyway, this feature is somewhat primitive and inflexible as-written. If you really need backlinks, a package like org-roam would probably work better for you.

@egh Thanks!

konstruktiv commented 3 years ago

@alphapapa Sorry I can't give more info as I moved to org-super-links which has working backlinks.

Anyway, thanks for org-sidebar. I hope I will have a chance to revisit the package some time.

alphapapa commented 3 years ago

Thanks.