this post was submitted on 27 Oct 2023
1 points (100.0% liked)
Emacs
311 readers
1 users here now
A community for the timeless and infinitely powerful editor. Want to see what Emacs is capable of?!
Get Emacs
Rules
- Posts should be emacs related
- Be kind please
- Yes, we already know: Google results for "emacs" and "vi" link to each other. We good.
Emacs Resources
Emacs Tutorials
- Beginner’s Guide to Emacs
- Absolute Beginner's Guide to Emacs
- How to Learn Emacs: A Hand-drawn One-pager for Beginners
Useful Emacs configuration files and distributions
Quick pain-saver tip
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
org-roam can do what you want.
If you have one big file now you can use org-roam to create nodes for the relevant sub-heading which can be linked to from elsewhere. These nodes can eventually be moved to their own files when you need.
You may also find the roam ref feature useful for external references/documents.
What about if I want to capture multiple pieces of information as different nodes under the same headline?
A node id is a property under the file or org-headline so I don't think you can add multiple nodes to a single headline. Maybe if you explain your use case a bit, there might be a better suggestion?
If the bits of info are different enough then the best bet would be to have them as separate sub-headings. If bits of into are mostly related then you could consider either using aliases or tags.