Hi, I’ve built a little graph in Org Roam:
I’d like to “linearize” this and work on it inside of one (big) regular Org Mode file, including the ability to export to downstream formats like PDF. I’d also like to save changes back into the Org Roam notes.
The obstacle that comes to mind is links like [[file:20200810132653-top.org][Top]]
. Inside of the “downstream” Org file, this should presumably look like [[*Top]]
(assuming that Org Roam notes get mapped to top-level sections). All well and good, but then where does the file:20200810132653-top.org
information go, so that it can be re-inserted later?
I’m sure several solutions are possible. Curious to know if there’s a “standard” way to do this yet!