this post was submitted on 27 Oct 2023
1 points (100.0% liked)

Emacs

305 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

  1. Posts should be emacs related
  2. Be kind please
  3. Yes, we already know: Google results for "emacs" and "vi" link to each other. We good.

Emacs Resources

Emacs Tutorials

Useful Emacs configuration files and distributions

Quick pain-saver tip

founded 1 year ago
MODERATORS
 

I know this question has been asked before and I know about org-roam, I am just not sure if org-roam is the right solution for me. Right now, I use one big org file to take notes which I export to pdf. This works nicely, but it would be nice to also have access to the concepts in the larger org file at a granular level (ie. bite-sized notes which reference one another and are organized based on their subject matter). I would also like to tag information that is not in org format, if possible. I was thinking that org-roam & org-transclusion could be used to make main subject files, while org-roam could be used to make a link to an embedded pdf that comes from the concept I am referencing, when I don't need to explicitly review the material in whatever notes I am taking. Has anybody done anything like this? Any tips are appreciated. Thanks.

top 9 comments
sorted by: hot top controversial new old
[–] [email protected] 1 points 10 months ago

I would suggest using just org, it seems to me that it has everything you need for a personal wiki.

[–] [email protected] 1 points 10 months ago
[–] [email protected] 1 points 10 months ago

What is wrong with just using org-roam?

[–] [email protected] 1 points 10 months ago (1 children)

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.

[–] [email protected] 1 points 10 months ago (1 children)

What about if I want to capture multiple pieces of information as different nodes under the same headline?

[–] [email protected] 1 points 10 months ago

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.

[–] [email protected] 1 points 10 months ago

Combination of org-roam and org-roam-ui with citar.

[–] [email protected] 1 points 10 months ago

Outside of the org box you can use gemini-mode, Gemini Protocol an evolution in between gopher and the web, and the elpher Gemini browser.

[–] [email protected] 1 points 10 months ago

If you have only one big org file, you can generate links by creating radio targets. Also, you can open the file at Emacs startup by customizing initial-buffer-choice.