From 898c6c81789558c5c013b182938e338884f43f9c Mon Sep 17 00:00:00 2001 From: Jethro Kuan Date: Tue, 9 Jun 2020 16:11:03 +0800 Subject: [PATCH] (docs): Add link to Roam-migration (#779) --- doc/org-roam.org | 4 ++++ doc/org-roam.texi | 9 ++++++++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/doc/org-roam.org b/doc/org-roam.org index deef795..6abc84a 100644 --- a/doc/org-roam.org +++ b/doc/org-roam.org @@ -1023,6 +1023,10 @@ All files within that directory will be treated as their own separate set of Org-roam files. Remember to run =org-roam-db-build-cache= from a file within that directory, at least once. +** How do I migrate from Roam Research? + +Fabio has produced a command-line tool that converts markdown files exported from Roam Research into Org-roam compatible markdown. More instructions are provided [[https://github.com/fabioberger/roam-migration][in the repository]]. + # Local Variables: # eval: (require 'ol-info) # before-save-hook: org-make-toc diff --git a/doc/org-roam.texi b/doc/org-roam.texi index 3f30379..017a312 100644 --- a/doc/org-roam.texi +++ b/doc/org-roam.texi @@ -23,7 +23,7 @@ General Public License for more details. @end quotation @end copying -@dircategory emacs +@dircategory Emacs @direntry * Org-roam: (org-roam). Rudimentary Roam Replica for Emacs. @end direntry @@ -139,6 +139,7 @@ Ecosystem FAQ * How do I have more than one Org-roam directory?:: +* How do I migrate from Roam Research?:: @end detailmenu @end menu @@ -1317,6 +1318,7 @@ files. Other alternatives include @uref{https://orgmode.org/worg/org-contrib/org @menu * How do I have more than one Org-roam directory?:: +* How do I migrate from Roam Research?:: @end menu @node How do I have more than one Org-roam directory? @@ -1338,5 +1340,10 @@ All files within that directory will be treated as their own separate set of Org-roam files. Remember to run @samp{org-roam-db-build-cache} from a file within that directory, at least once. +@node How do I migrate from Roam Research? +@section How do I migrate from Roam Research? + +Fabio has produced a command-line tool that converts markdown files exported from Roam Research into Org-roam compatible markdown. More instructions are provided @uref{https://github.com/fabioberger/roam-migration, in the repository}. + Emacs 28.0.50 (Org mode 9.4) @bye