David Masterson <[email protected]> writes: > I'm not seeing it in the Org Manual -- how do you give (say) a Task a > unique Property ID value so that the Task can be linked to from other > Tasks no matter where the Task is moved in my Org files? I'm looking at > Org Manual v9.8, but I'm just not seeing where to look for the answer.
You can do it manually with org-id-get-create, as Eric said, but you may want to have IDs automatically set when you store a link. https://orgmode.org/manual/Handling-Links.html#index-ID_002c-property under "Org mode buffers" In brief: - Customize org-id-link-to-org-use-id to one of the non-nil values - Use org-store-link (normally C-c l) and org-insert-link (C-c C-l) Regards, Christian
