From c8241008e7251e1cc74baed49da9814303e1e1f0 Mon Sep 17 00:00:00 2001 From: jethrokuan Date: Wed, 11 Nov 2020 05:01:25 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20=20@=20aef71?= =?UTF-8?q?f1623d5c224db261b8e5c33bdd463992256=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...Capturing-and-finding-daily_002dnotes.html | 42 ++- manual/Configuration.html | 14 +- manual/Diagnosing-and-Repairing-Files.html | 8 +- manual/Directories-and-Files.html | 20 +- manual/Encryption.html | 8 +- manual/Excluding-Nodes-and-Edges.html | 8 +- manual/Graph-Options.html | 26 +- manual/Graphing.html | 30 +- ...dy-matches-one-of-the-candidates_003f.html | 15 +- manual/Index-File.html | 14 +- manual/Inserting-Links.html | 38 +-- manual/Installation-_00281_0029.html | 12 +- .../Installing-from-the-Git-Repository.html | 9 +- manual/Introduction.html | 28 +- manual/Navigation.html | 20 +- manual/Note_002dtaking-Workflows.html | 27 +- manual/Org_002droam-Faces.html | 8 +- manual/Tags.html | 7 +- manual/Template-Walkthrough.html | 11 +- manual/The-Org_002droam-Buffer.html | 32 +- manual/The-Templating-System.html | 3 + manual/Titles.html | 6 +- org-roam.org | 4 + org-roam.texi | 317 +++++++++--------- 24 files changed, 389 insertions(+), 318 deletions(-) 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.
     

    -
      -
    • User Option: org-roam-graph-extra-config - +
      +
      User Option: org-roam-graph-extra-config
      +

      Extra options passed to graphviz for the digraph (The “G” attributes). Example: '~(("rankdir" . "LR")) -

      -
    • User Option: org-roam-graph-node-extra-config +

      +
      +
      User Option: org-roam-graph-node-extra-config
      +

      Extra options for nodes in the graphviz output (The “N” attributes). Example: '(("color" . "skyblue")) -

      -
    • User Option: org-roam-graph-edge-extra-config +

      +
      +
      User Option: org-roam-graph-edge-extra-config
      +

      Extra options for edges in the graphviz output (The “E” attributes). Example: '(("dir" . "back")) -

      -
    • User Option: org-roam-graph-edge-cites-extra-config +

      +
      +
      User Option: org-roam-graph-edge-cites-extra-config
      +

      Extra options for citation edges in the graphviz output. Example: '(("color" . "red")) -

    +

    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.

    -
      -
    • Function: org-roam-graph & optional arg file node-query - +
      +
      Function: org-roam-graph & optional arg file node-query
      +

      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.
      +
      -
    • User Option: org-roam-graph-executable - +
      +
      User Option: org-roam-graph-executable
      +

      Path to the graphing executable (in this case, Graphviz). Set this if Org-roam is unable to find the Graphviz executable on your system.

      You may also choose to use neato in place of dot, which generates a more compact graph layout. -

      -
    • User Option: org-roam-graph-viewer +

      +
      +
      User Option: org-roam-graph-viewer
      +

      Org-roam defaults to using Firefox (located on PATH) to view the SVG, but you may choose to set it to:

      -
        +
        • A string, which is a path to the program used +
        • a function accepting a single argument: the graph file path. -
      +

    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)))))
    - +