# Backlinks show ID & Link-Text which looks wrong to me?

**URL:** https://org-roam.discourse.group/t/backlinks-show-id-link-text-which-looks-wrong-to-me/2932
**Category:** Troubleshooting
**Created:** [January 5, 2023, 7:11pm UTC](https://org-roam.discourse.group/t/backlinks-show-id-link-text-which-looks-wrong-to-me/2932 "2023-01-05T19:11:17Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![frosch03](https://yyz2.discourse-cdn.com/free1/user_avatar/org-roam.discourse.group/frosch03/32/1277_2.png) [@frosch03](https://org-roam.discourse.group/u/frosch03)
#### Post date: [January 5, 2023, 7:11pm UTC](https://org-roam.discourse.group/t/backlinks-show-id-link-text-which-looks-wrong-to-me/2932/1 "2023-01-05T19:11:17Z")

</div>

Hey there,

within my backlink buffer, the backlinks are shown but in the form [[id:some-id][link title]] (see also attached screenshoot) which looks incorrect to me. Is there a way, to change this?

best regards,  
frosch03

 ![screen](https://global.discourse-cdn.com/free1/uploads/orgroam/original/2X/3/309e5dfc8c794c4c8d1a8442ee55b57c39293bfe.jpeg)

---

<div class="post-metadata">

### Author: ![jbaty](https://yyz2.discourse-cdn.com/free1/user_avatar/org-roam.discourse.group/jbaty/32/10_2.png) [@jbaty](https://org-roam.discourse.group/u/jbaty)
#### Post date: [January 6, 2023, 12:32pm UTC](https://org-roam.discourse.group/t/backlinks-show-id-link-text-which-looks-wrong-to-me/2932/2 "2023-01-06T12:32:07Z")

</div>

Are you using Doom? There are a few issues about this. So far none of the “fixes” have solved it for me, though. Maybe you’ll have better luck: [Links displayed in literal form in org-roam buffers · Issue #2198 · org-roam/org-roam · GitHub](https://github.com/org-roam/org-roam/issues/2198)

It bugs me enough that I’ve been using Denote for notes 🙂 at least until I can find a fix.

---

<div class="post-metadata">

### Author: ![frosch03](https://yyz2.discourse-cdn.com/free1/user_avatar/org-roam.discourse.group/frosch03/32/1277_2.png) [@frosch03](https://org-roam.discourse.group/u/frosch03)
#### Post date: [January 6, 2023, 3:08pm UTC](https://org-roam.discourse.group/t/backlinks-show-id-link-text-which-looks-wrong-to-me/2932/3 "2023-01-06T15:08:26Z")

</div>

Thanks a lot, actually your tip was golden. 👍

For me, setting `(setq org-fold-core-style “overlays”)` as was suggested [here](https://github.com/org-roam/org-roam/issues/2198#issuecomment-1208072780), solved it.

Maybe I was lucky, as I’m running vanilla emacs (org 9.6 and org-roam 2.2.2)

Anyhow, thanks again! 🙂

---

<div class="post-metadata">

### Author: ![Kot-behemoth](https://avatars.discourse-cdn.com/v4/letter/k/4da419/32.png) [@Kot-behemoth](https://org-roam.discourse.group/u/Kot-behemoth)
#### Post date: [January 9, 2023, 3:33pm UTC](https://org-roam.discourse.group/t/backlinks-show-id-link-text-which-looks-wrong-to-me/2932/4 "2023-01-09T15:33:49Z")

</div>

For people landing here from Google, there is a big caveat to the hack above:

> `(setq org-fold-core-style 'overlays)` works for displaying links correctly in org-roam buffers, but it prevents org-cycle from working correctly elsewhere in org-mode. This is odd because most references to problems with cycling claim that setting the style to “overlays” _fixes_ problems with cycling. In my case, specifically, closing (folding) headings works when hitting TAB, but then they will not open (unfold?) by TAB-ing again. So currently **I can either have nice links in Org-roam or proper cycling in Org files, but not both**.
> 
> from [https://github.com/org-roam/org-roam/issues/2198#issuecomment-1259588215](https://github.com/org-roam/org-roam/issues/2198#issuecomment-1259588215)

---

<div class="post-metadata">

### Author: ![frosch03](https://yyz2.discourse-cdn.com/free1/user_avatar/org-roam.discourse.group/frosch03/32/1277_2.png) [@frosch03](https://org-roam.discourse.group/u/frosch03)
#### Post date: [January 9, 2023, 10:11pm UTC](https://org-roam.discourse.group/t/backlinks-show-id-link-text-which-looks-wrong-to-me/2932/5 "2023-01-09T22:11:23Z")

</div>

You are right, I sadly can confirm, that ‘not unfolding again’ behavior is also true on my machine. Thanks for pointing it out!
