David Masterson <[email protected]> writes: >> - 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) > > Ah ha! One thing I don't see is the definition of UUID. Do you know?
Only that you can customize 'org-id-method' to use UUID or something else, and check 'org-id-uuid-program' for the generator. Default is 'uuidgen', which defaults to '--random'. https://www.man7.org/linux/man-pages/man1/uuidgen.1.html Regards, Christian
