I used below for org-roam(v1)-capture format to link to another sibling.
#+title: ${title}
#+date: %U
#+ROAM_ALIAS:
#+ROAM_TAGS:
- source :: %a"
- related ::
* ${title}
%i
In v2, %a
doesn’t work anymore.
I already set org-id-link-to-org-use-id
to create-if-interactive
. But it doesn’t help.
How can I refer or capture org-id of original note?