mirror of
https://github.com/org-roam/org-roam
synced 2025-09-10 15:33:30 -05:00
Deploying to gh-pages from @ 5dce6261a2
🚀
This commit is contained in:
10
manual.html
10
manual.html
@@ -672,7 +672,7 @@ is to use <a href="https://www.msys2.org/">MSYS2</a> as at the time of this writ
|
|||||||
<p>installer automatically takes care of it for you.
|
<p>installer automatically takes care of it for you.
|
||||||
</p>
|
</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li> Open Emacs and call <code>M-x org-roam-setup</code>
|
<li> Open Emacs and call <code>M-x org-roam-db-autosync-mode</code>
|
||||||
|
|
||||||
<p>This will automatically start compiling <code>emacsql-sqlite</code>; you should see a
|
<p>This will automatically start compiling <code>emacsql-sqlite</code>; you should see a
|
||||||
</p></li></ul>
|
</p></li></ul>
|
||||||
@@ -777,12 +777,12 @@ for notes. This variable needs to be set before any calls to Org-roam functions.
|
|||||||
inside <code>org-roam-directory</code>: Org-roam does not resolve symbolic links.
|
inside <code>org-roam-directory</code>: Org-roam does not resolve symbolic links.
|
||||||
</p>
|
</p>
|
||||||
<p>Next, we setup Org-roam to run functions on file changes to maintain cache
|
<p>Next, we setup Org-roam to run functions on file changes to maintain cache
|
||||||
consistency. This is achieved by running <code>M-x org-roam-setup</code>. To ensure that
|
consistency. This is achieved by running <code>M-x org-roam-db-autosync-mode~</code>.
|
||||||
Org-roam is available on startup, place this in your Emacs configuration:
|
To ensure that Org-roam is available on startup, place this in your Emacs
|
||||||
|
configuration:
|
||||||
</p>
|
</p>
|
||||||
<div class="lisp">
|
<div class="lisp">
|
||||||
<pre class="lisp">(require 'org-roam)
|
<pre class="lisp">(org-roam-db-autosync-mode)
|
||||||
(org-roam-setup)
|
|
||||||
</pre></div>
|
</pre></div>
|
||||||
|
|
||||||
<p>To build the cache manually, run <code>M-x org-roam-db-sync</code>. Cache builds may
|
<p>To build the cache manually, run <code>M-x org-roam-db-sync</code>. Cache builds may
|
||||||
|
10
org-roam.org
10
org-roam.org
@@ -308,7 +308,7 @@ is to use [[https://www.msys2.org/][MSYS2]] as at the time of this writing:
|
|||||||
Note that you do not need to manually set the PATH for MSYS2; the
|
Note that you do not need to manually set the PATH for MSYS2; the
|
||||||
installer automatically takes care of it for you.
|
installer automatically takes care of it for you.
|
||||||
|
|
||||||
4. Open Emacs and call ~M-x org-roam-setup~
|
4. Open Emacs and call ~M-x org-roam-db-autosync-mode~
|
||||||
|
|
||||||
This will automatically start compiling ~emacsql-sqlite~; you should see a
|
This will automatically start compiling ~emacsql-sqlite~; you should see a
|
||||||
message in minibuffer. It may take a while until compilation completes. Once
|
message in minibuffer. It may take a while until compilation completes. Once
|
||||||
@@ -376,12 +376,12 @@ The ~file-truename~ function is only necessary when you use symbolic links
|
|||||||
inside ~org-roam-directory~: Org-roam does not resolve symbolic links.
|
inside ~org-roam-directory~: Org-roam does not resolve symbolic links.
|
||||||
|
|
||||||
Next, we setup Org-roam to run functions on file changes to maintain cache
|
Next, we setup Org-roam to run functions on file changes to maintain cache
|
||||||
consistency. This is achieved by running ~M-x org-roam-setup~. To ensure that
|
consistency. This is achieved by running ~M-x org-roam-db-autosync-mode~. To
|
||||||
Org-roam is available on startup, place this in your Emacs configuration:
|
ensure that Org-roam is available on startup, place this in your Emacs
|
||||||
|
configuration:
|
||||||
|
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(require 'org-roam)
|
(org-roam-db-autosync-mode)
|
||||||
(org-roam-setup)
|
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
To build the cache manually, run ~M-x org-roam-db-sync~. Cache builds may
|
To build the cache manually, run ~M-x org-roam-db-sync~. Cache builds may
|
||||||
|
@@ -550,7 +550,7 @@ installer automatically takes care of it for you.
|
|||||||
|
|
||||||
@itemize
|
@itemize
|
||||||
@item
|
@item
|
||||||
Open Emacs and call @code{M-x org-roam-setup}
|
Open Emacs and call @code{M-x org-roam-db-autosync-mode}
|
||||||
|
|
||||||
This will automatically start compiling @code{emacsql-sqlite}; you should see a
|
This will automatically start compiling @code{emacsql-sqlite}; you should see a
|
||||||
@end itemize
|
@end itemize
|
||||||
@@ -637,12 +637,12 @@ The @code{file-truename} function is only necessary when you use symbolic links
|
|||||||
inside @code{org-roam-directory}: Org-roam does not resolve symbolic links.
|
inside @code{org-roam-directory}: Org-roam does not resolve symbolic links.
|
||||||
|
|
||||||
Next, we setup Org-roam to run functions on file changes to maintain cache
|
Next, we setup Org-roam to run functions on file changes to maintain cache
|
||||||
consistency. This is achieved by running @code{M-x org-roam-setup}. To ensure that
|
consistency. This is achieved by running @code{M-x org-roam-db-autosync-mode~}.
|
||||||
Org-roam is available on startup, place this in your Emacs configuration:
|
To ensure that Org-roam is available on startup, place this in your Emacs
|
||||||
|
configuration:
|
||||||
|
|
||||||
@lisp
|
@lisp
|
||||||
(require 'org-roam)
|
(org-roam-db-autosync-mode)
|
||||||
(org-roam-setup)
|
|
||||||
@end lisp
|
@end lisp
|
||||||
|
|
||||||
To build the cache manually, run @code{M-x org-roam-db-sync}. Cache builds may
|
To build the cache manually, run @code{M-x org-roam-db-sync}. Cache builds may
|
||||||
|
Reference in New Issue
Block a user