diff --git a/manual/Capturing-and-finding-daily_002dnotes.html b/manual/Capturing-and-finding-daily_002dnotes.html index ee9791b..9e5e322 100644 --- a/manual/Capturing-and-finding-daily_002dnotes.html +++ b/manual/Capturing-and-finding-daily_002dnotes.html @@ -69,50 +69,56 @@ Next:

15.2 Capturing and finding daily-notes

- +

There are variants of those commands for -yesterday and -tomorrow:

- +

There are also commands which allow you to use Emacs’s calendar to find the date

- +

diff --git a/manual/Configuration.html b/manual/Configuration.html index c7c88cb..4b58e41 100644 --- a/manual/Configuration.html +++ b/manual/Configuration.html @@ -71,15 +71,17 @@ Next: Variable: org-roam-dailies-directory +

Path to daily-notes. -

-
  • Variable: org-roam-dailies-capture-templates +

  • +
    +
    Variable: 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. -

    -
  • Variable: org-roam-db-location +

  • +
    +
    Variable: org-roam-db-location
    +

    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. -

    -
  • Variable: org-roam-file-exclude-regexp +

  • +
    +
    Variable: org-roam-file-exclude-regexp
    +

    Files matching this regular expression are excluded from the Org-roam. -

    +

    diff --git a/manual/Encryption.html b/manual/Encryption.html index 159fd5b..6a99193 100644 --- a/manual/Encryption.html +++ b/manual/Encryption.html @@ -78,11 +78,11 @@ decryption are handled automatically by EasyPG. cache updates if it requires reading the encrypted file. To reduce the number of password prompts, you may wish to cache the password.

    - +

    diff --git a/manual/Excluding-Nodes-and-Edges.html b/manual/Excluding-Nodes-and-Edges.html index 924a437..4a4d816 100644 --- a/manual/Excluding-Nodes-and-Edges.html +++ b/manual/Excluding-Nodes-and-Edges.html @@ -71,9 +71,9 @@ Previous: +

    (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.
     

    - +

    diff --git a/manual/Graphing.html b/manual/Graphing.html index d4c481a..352aab2 100644 --- a/manual/Graphing.html +++ b/manual/Graphing.html @@ -75,37 +75,47 @@ notes. This is done by performing SQL queries and generating images using

    The entry point to graph creation is org-roam-graph.

    -

    nil uses view-file to view the graph.

    @@ -117,7 +127,7 @@ compact graph layout. (let ((org-roam-graph-viewer "/mnt/c/Program Files/Mozilla Firefox/firefox.exe")) (org-roam-graph--open (concat "file://///wsl$/Ubuntu" file)))))
    - +