From c8241008e7251e1cc74baed49da9814303e1e1f0 Mon Sep 17 00:00:00 2001
From: jethrokuan 15.2 Capturing and finding daily-notes
-
org-roam-dailies-find-today
Find the daily note for today, creating it if necessary. -
+There are variants of those commands for -yesterday
and -tomorrow
:
org-roam-dailies-capture-yesterday
n &optional goto
-
+org-roam-dailies-find-yesterday
+
+There are also commands which allow you to use Emacs’s calendar
to find the date
org-roam-dailies-capture-date
-
+org-roam-dailies-find-date
+
+org-roam-dailies-directory
+Path to daily-notes. -
-org-roam-dailies-capture-templates
+org-roam-dailies-capture-templates
Capture templates for daily-notes in Org-roam. -
+Here is a sane default configuration:
diff --git a/manual/Diagnosing-and-Repairing-Files.html b/manual/Diagnosing-and-Repairing-Files.html index 97b2f4a..506c039 100644 --- a/manual/Diagnosing-and-Repairing-Files.html +++ b/manual/Diagnosing-and-Repairing-Files.html @@ -74,12 +74,12 @@ Next: C-u M-x org-roam-doctor, but note that this may take some time. -The checks run are defined in org-roam-doctor--checkers
. Each checker is an
instance of org-roam-doctor-checker
. To define a checker, use
diff --git a/manual/Directories-and-Files.html b/manual/Directories-and-Files.html
index 42d3028..9a69fea 100644
--- a/manual/Directories-and-Files.html
+++ b/manual/Directories-and-Files.html
@@ -71,24 +71,28 @@ Next: Variable: org-roam-directory
+
This is the default path to Org-roam files. All Org files, at any level of nesting, are considered part of the Org-roam. -
-Location of the Org-roam database. If this is non-nil, the Org-roam sqlite database is saved here.
It is the user’s responsibility to set this correctly, especially when used with multiple Org-roam instances. -
-Files matching this regular expression are excluded from the Org-roam. -
+One may want to exclude certain files to declutter the graph.
-Matcher for excluding nodes from the generated graph. Any nodes and links for file paths matching this string is excluded from the graph.
@@ -81,7 +81,7 @@ file paths matching this string is excluded from the graph.If value is a list, all file paths matching any of the strings are excluded. -
(setq org-roam-graph-exclude-matcher '("private" "dailies")) diff --git a/manual/Graph-Options.html b/manual/Graph-Options.html index 9a9ad6f..fb7e857 100644 --- a/manual/Graph-Options.html +++ b/manual/Graph-Options.html @@ -71,27 +71,33 @@ Next: Graphviz provides many options for customizing the graph output, and Org-roam supports some of them. See https://graphviz.gitlab.io/_pages/doc/info/attrs.html for customizable options. -
The entry point to graph creation is org-roam-graph
.
Build and possibly display a graph for FILE from NODE-QUERY. If FILE is nil, default to current buffer’s file name. ARG may be any of the following values:
nil
show the graph.
+
C-u
show the graph for FILE.
+
C-u N
show the graph for FILE limiting nodes to N steps.
+
C-u C-u
build the graph.
+
C-u -
build the graph for FILE.
+
C-u -N
build the graph for FILE limiting nodes to N steps.
nil
uses view-file
to view the graph.