(no title)
phforms | 1 year ago
Personally, I like to create custom ids for bullet points so that I can easily change the text in the bullet point later without breaking my links:
* My bullet point
:PROPERTIES:
:CUSTOM_ID: foo
:END:
This is easier with C-c C-x p (org-set-property).Elsewhere, I can just write [[#foo]] to create a link to that bullet.
No comments yet.