mirror of
https://github.com/org-roam/org-roam
synced 2025-09-20 16:10:56 -05:00
Deploying to gh-pages from @ 4d63f99fe8
🚀
This commit is contained in:
20
manual.html
20
manual.html
@@ -461,7 +461,7 @@ Next: <a href="#Permanent-notes" accesskey="n" rel="next">Permanent notes</a>, U
|
|||||||
<p>A slip-box requires a method for quickly capturing ideas. These are called
|
<p>A slip-box requires a method for quickly capturing ideas. These are called
|
||||||
<strong>fleeting notes</strong>: they are simple reminders of information or ideas that will
|
<strong>fleeting notes</strong>: they are simple reminders of information or ideas that will
|
||||||
need to be processed later on, or trashed. This is typically accomplished using
|
need to be processed later on, or trashed. This is typically accomplished using
|
||||||
<code>org-capture</code> (see <a href="http://www.gnu.org/software/emacs/manual/html_mono/org.html#capture">(org)capture</a>), or using Org-roam’s daily notes
|
<code>org-capture</code> (see <a href="http://www.gnu.org/software/emacs/manual/html_mono/org.html#Capture">(org)Capture</a>), or using Org-roam’s daily notes
|
||||||
functionality (see <a href="#Daily_002dnotes">Daily-notes</a>). This provides a central inbox for collecting
|
functionality (see <a href="#Daily_002dnotes">Daily-notes</a>). This provides a central inbox for collecting
|
||||||
thoughts, to be processed later into permanent notes.
|
thoughts, to be processed later into permanent notes.
|
||||||
</p>
|
</p>
|
||||||
@@ -757,9 +757,17 @@ nothing right now, since there are no notes in the directory. Entering the title
|
|||||||
of the note you wish to create, and pressing <code>RET</code> should begin the note
|
of the note you wish to create, and pressing <code>RET</code> should begin the note
|
||||||
creation process. This process uses <code>org-capture</code>’s templating system, and can
|
creation process. This process uses <code>org-capture</code>’s templating system, and can
|
||||||
be customized (see <a href="#The-Templating-System">The Templating System</a>). Using the default template, pressing
|
be customized (see <a href="#The-Templating-System">The Templating System</a>). Using the default template, pressing
|
||||||
<code>C-c C-c</code> finishes the note capture. Running <code>M-x org-roam-find-file</code> again
|
<code>C-c C-c</code> finishes the note capture.
|
||||||
should show the note you have created, and selecting that entry will bring you
|
</p>
|
||||||
to that note.
|
<p>By default, Org-roam updates the cache asynchronously in the background to
|
||||||
|
avoid getting in the way of writing. Org-roam queues updates to the files,
|
||||||
|
waits for you to be idle for 2 seconds, and then automatically triggers
|
||||||
|
updating the cache. After the cache has been updated, running <code>M-x
|
||||||
|
org-roam-find-file</code> again should show the note you have created, and selecting
|
||||||
|
that entry will bring you to that note. One can customize the waiting time by
|
||||||
|
setting <code>org-roam-db-update-idle-seconds</code>; or change the cache update to be
|
||||||
|
triggered immediately after buffer save by setting <code>org-roam-db-update-method</code>
|
||||||
|
to <code>'immediate</code>.
|
||||||
</p>
|
</p>
|
||||||
<p>Org-roam makes it easy to create notes, and link them together. To link notes
|
<p>Org-roam makes it easy to create notes, and link them together. To link notes
|
||||||
together, we call <code>M-x org-roam-insert</code>. This brings up a prompt with a list of
|
together, we call <code>M-x org-roam-insert</code>. This brings up a prompt with a list of
|
||||||
@@ -2180,7 +2188,7 @@ Next: <a href="#Finding-Unlinked-References" accesskey="n" rel="next">Finding Un
|
|||||||
|
|
||||||
<p>Org-roam provides a utility for diagnosing and repairing problematic files via
|
<p>Org-roam provides a utility for diagnosing and repairing problematic files via
|
||||||
<code>org-roam-doctor</code>. By default, <code>org-roam-doctor</code> runs the check on the current
|
<code>org-roam-doctor</code>. By default, <code>org-roam-doctor</code> runs the check on the current
|
||||||
Org-roam file. To run the check only for the current file, run <code>C-u M-x
|
Org-roam file. To run the check only for all Org-roam files, run <code>C-u M-x
|
||||||
org-roam-doctor</code>, but note that this may take some time.
|
org-roam-doctor</code>, but note that this may take some time.
|
||||||
</p>
|
</p>
|
||||||
<dl>
|
<dl>
|
||||||
@@ -2788,7 +2796,7 @@ Previous: <a href="#Function-Index" accesskey="p" rel="prev">Function Index</a>,
|
|||||||
|
|
||||||
</td></tr></table>
|
</td></tr></table>
|
||||||
|
|
||||||
<p>Emacs 28.0.50 (Org mode 9.4)
|
<p>Emacs 28.0.50 (Org mode 9.5)
|
||||||
</p><div class="footnote">
|
</p><div class="footnote">
|
||||||
<hr>
|
<hr>
|
||||||
<h4 class="footnotes-heading">Footnotes</h4>
|
<h4 class="footnotes-heading">Footnotes</h4>
|
||||||
|
14
org-roam.org
14
org-roam.org
@@ -358,9 +358,17 @@ nothing right now, since there are no notes in the directory. Entering the title
|
|||||||
of the note you wish to create, and pressing ~RET~ should begin the note
|
of the note you wish to create, and pressing ~RET~ should begin the note
|
||||||
creation process. This process uses ~org-capture~'s templating system, and can
|
creation process. This process uses ~org-capture~'s templating system, and can
|
||||||
be customized (see [[*The Templating System][The Templating System]]). Using the default template, pressing
|
be customized (see [[*The Templating System][The Templating System]]). Using the default template, pressing
|
||||||
~C-c C-c~ finishes the note capture. Running ~M-x org-roam-find-file~ again
|
~C-c C-c~ finishes the note capture.
|
||||||
should show the note you have created, and selecting that entry will bring you
|
|
||||||
to that note.
|
By default, Org-roam updates the cache asynchronously in the background to
|
||||||
|
avoid getting in the way of writing. Org-roam queues updates to the files,
|
||||||
|
waits for you to be idle for 2 seconds, and then automatically triggers
|
||||||
|
updating the cache. After the cache has been updated, running ~M-x
|
||||||
|
org-roam-find-file~ again should show the note you have created, and selecting
|
||||||
|
that entry will bring you to that note. One can customize the waiting time by
|
||||||
|
setting ~org-roam-db-update-idle-seconds~; or change the cache update to be
|
||||||
|
triggered immediately after buffer save by setting ~org-roam-db-update-method~
|
||||||
|
to ~'immediate~.
|
||||||
|
|
||||||
Org-roam makes it easy to create notes, and link them together. To link notes
|
Org-roam makes it easy to create notes, and link them together. To link notes
|
||||||
together, we call ~M-x org-roam-insert~. This brings up a prompt with a list of
|
together, we call ~M-x org-roam-insert~. This brings up a prompt with a list of
|
||||||
|
@@ -324,7 +324,7 @@ using a powerful templating system.
|
|||||||
A slip-box requires a method for quickly capturing ideas. These are called
|
A slip-box requires a method for quickly capturing ideas. These are called
|
||||||
@strong{fleeting notes}: they are simple reminders of information or ideas that will
|
@strong{fleeting notes}: they are simple reminders of information or ideas that will
|
||||||
need to be processed later on, or trashed. This is typically accomplished using
|
need to be processed later on, or trashed. This is typically accomplished using
|
||||||
@code{org-capture} (see @ref{capture,,,org,}), or using Org-roam's daily notes
|
@code{org-capture} (see @ref{Capture,,,org,}), or using Org-roam's daily notes
|
||||||
functionality (see @ref{Daily-notes}). This provides a central inbox for collecting
|
functionality (see @ref{Daily-notes}). This provides a central inbox for collecting
|
||||||
thoughts, to be processed later into permanent notes.
|
thoughts, to be processed later into permanent notes.
|
||||||
|
|
||||||
@@ -585,9 +585,17 @@ nothing right now, since there are no notes in the directory. Entering the title
|
|||||||
of the note you wish to create, and pressing @code{RET} should begin the note
|
of the note you wish to create, and pressing @code{RET} should begin the note
|
||||||
creation process. This process uses @code{org-capture}'s templating system, and can
|
creation process. This process uses @code{org-capture}'s templating system, and can
|
||||||
be customized (see @ref{The Templating System}). Using the default template, pressing
|
be customized (see @ref{The Templating System}). Using the default template, pressing
|
||||||
@code{C-c C-c} finishes the note capture. Running @code{M-x org-roam-find-file} again
|
@code{C-c C-c} finishes the note capture.
|
||||||
should show the note you have created, and selecting that entry will bring you
|
|
||||||
to that note.
|
By default, Org-roam updates the cache asynchronously in the background to
|
||||||
|
avoid getting in the way of writing. Org-roam queues updates to the files,
|
||||||
|
waits for you to be idle for 2 seconds, and then automatically triggers
|
||||||
|
updating the cache. After the cache has been updated, running @code{M-x
|
||||||
|
org-roam-find-file} again should show the note you have created, and selecting
|
||||||
|
that entry will bring you to that note. One can customize the waiting time by
|
||||||
|
setting @code{org-roam-db-update-idle-seconds}; or change the cache update to be
|
||||||
|
triggered immediately after buffer save by setting @code{org-roam-db-update-method}
|
||||||
|
to @code{'immediate}.
|
||||||
|
|
||||||
Org-roam makes it easy to create notes, and link them together. To link notes
|
Org-roam makes it easy to create notes, and link them together. To link notes
|
||||||
together, we call @code{M-x org-roam-insert}. This brings up a prompt with a list of
|
together, we call @code{M-x org-roam-insert}. This brings up a prompt with a list of
|
||||||
@@ -1781,7 +1789,7 @@ When in an daily-note, find the next one.
|
|||||||
|
|
||||||
Org-roam provides a utility for diagnosing and repairing problematic files via
|
Org-roam provides a utility for diagnosing and repairing problematic files via
|
||||||
@code{org-roam-doctor}. By default, @code{org-roam-doctor} runs the check on the current
|
@code{org-roam-doctor}. By default, @code{org-roam-doctor} runs the check on the current
|
||||||
Org-roam file. To run the check only for the current file, run @code{C-u M-x
|
Org-roam file. To run the check only for all Org-roam files, run @code{C-u M-x
|
||||||
org-roam-doctor}, but note that this may take some time.
|
org-roam-doctor}, but note that this may take some time.
|
||||||
|
|
||||||
@defun org-roam-doctor &optional this-buffer
|
@defun org-roam-doctor &optional this-buffer
|
||||||
@@ -2175,5 +2183,5 @@ the candidate list.
|
|||||||
|
|
||||||
@printindex vr
|
@printindex vr
|
||||||
|
|
||||||
Emacs 28.0.50 (Org mode 9.4)
|
Emacs 28.0.50 (Org mode 9.5)
|
||||||
@bye
|
@bye
|
||||||
|
Reference in New Issue
Block a user