alphapapa / org-rifle

Rifle through your Org-mode buffers and acquire your target
GNU General Public License v3.0
502 stars 30 forks source link

Confused about link searching behaviour #56

Open archiif opened 4 years ago

archiif commented 4 years ago

From the documentation:

When =helm-org-rifle-show-path= is enabled, replace Org links in headings with their descriptions. This prevents =org-format-outline-path= from truncating the links, making them useless for reading.

I tend to have a lot of headings that contains only links with no paragraphs underneath it, and I usually prefer to search with the outline path visible. But the behavior mentioned in the documentation above makes it hard for me to search them because the links are now invisible in the helm buffer. This is especially true when I'm searching based on tags.

Are there any workarounds to this?

alphapapa commented 4 years ago

Do you mean that the links in question do not have a description?

archiif commented 4 years ago

Yes the description of the links are not visible at all. See this screenshot:

screenshot

alphapapa commented 4 years ago

I just tested this in a clean Emacs config and it works for me:

wfm

archiif commented 4 years ago

I guess this might be a Doom-specific issue, I'll look into this further