Add a function org-z-backlinks-at-point that can be used to inspect backlinks to
the current headline. This function uses completing-read to allow jumping through a
backlink. This function is not bound to any key by default, leaving keybindings
open to the user.
If org-eldoc is loaded, show the number of backlinks for the current headline at
point. This functionality can be turned off by unsetting org-z-show-backlinks.
This function respects eldoc-echo-area-use-multiline-p. If t, then the backlink
message is always displayed on a new line. If truthy, message is displayed same
line if there's space, or a new line if there is not enough space. If false, it is
always displayed on single line (header path will be truncated).
Backlinks :star2:
Add a function
org-z-backlinks-at-point
that can be used to inspect backlinks to the current headline. This function usescompleting-read
to allow jumping through a backlink. This function is not bound to any key by default, leaving keybindings open to the user.If org-eldoc is loaded, show the number of backlinks for the current headline at point. This functionality can be turned off by unsetting
org-z-show-backlinks
.This function respects
eldoc-echo-area-use-multiline-p
. If t, then the backlink message is always displayed on a new line. If truthy, message is displayed same line if there's space, or a new line if there is not enough space. If false, it is always displayed on single line (header path will be truncated).