-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to get a link's tag name to update to the latest headline? #215
Comments
Sorry, I don't understand all the IDs and files.
If you have a tag to S1, S1’ will have it, too. That's how it works on my end now. Does this describe your situation? |
Thank you for your reply.
|
Here is how I understood your question.
Your question is: Does Org-translusion have this feature? Is this correct? If so, the answer is: No, Org-transclusion does not have a function to do this. You also mention Org-roam. This s not a place to discuss other packages, but as far as I know, Org-roam doesn't do this, either. Nor does Org mode. |
Yes! Thank you for your reply! |
1.There is a org-mode file with a headline as follow:
:PROPERTIES:
:ID: E80F0FFD-7AEE-4B4A-A9A5-17DC9B4E3663
:END:
I can refer to the section with labels
2.Cite this headline in another org mode file as follows:
[[id:E80F0FFD-7AEE-4B4A-A9A5-17DC9B4E3663][Section with links]]
#+transclude: [[id:E80F0FFD-7AEE-4B4A-A9A5-17DC9B4E3663][Section with links]]
3.If the headline in file 1 is modified to "Section" as follows:
:PROPERTIES:
:ID: E80F0FFD-7AEE-4B4A-A9A5-17DC9B4E3663
:END:
I can refer to the section with labels
[[id:E80F0FFD-7AEE-4B4A-A9A5-17DC9B4E3663][Section]]
#+transclude: [[id:E80F0FFD-7AEE-4B4A-A9A5-17DC9B4E3663][Section]]
The text was updated successfully, but these errors were encountered: