(docs): Add link to Roam-migration (#779)

This commit is contained in:
Jethro Kuan
2020-06-09 16:11:03 +08:00
committed by GitHub
parent 30599cc3e8
commit 898c6c8178
2 changed files with 12 additions and 1 deletions

View File

@@ -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 set of Org-roam files. Remember to run =org-roam-db-build-cache= from a
file within that directory, at least once. 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: # Local Variables:
# eval: (require 'ol-info) # eval: (require 'ol-info)
# before-save-hook: org-make-toc # before-save-hook: org-make-toc

View File

@@ -23,7 +23,7 @@ General Public License for more details.
@end quotation @end quotation
@end copying @end copying
@dircategory emacs @dircategory Emacs
@direntry @direntry
* Org-roam: (org-roam). Rudimentary Roam Replica for Emacs. * Org-roam: (org-roam). Rudimentary Roam Replica for Emacs.
@end direntry @end direntry
@@ -139,6 +139,7 @@ Ecosystem
FAQ FAQ
* How do I have more than one Org-roam directory?:: * How do I have more than one Org-roam directory?::
* How do I migrate from Roam Research?::
@end detailmenu @end detailmenu
@end menu @end menu
@@ -1317,6 +1318,7 @@ files. Other alternatives include @uref{https://orgmode.org/worg/org-contrib/org
@menu @menu
* How do I have more than one Org-roam directory?:: * How do I have more than one Org-roam directory?::
* How do I migrate from Roam Research?::
@end menu @end menu
@node How do I have more than one Org-roam directory? @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 set of Org-roam files. Remember to run @samp{org-roam-db-build-cache} from a
file within that directory, at least once. 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) Emacs 28.0.50 (Org mode 9.4)
@bye @bye