From 76a2c651c861bfb90a84fba3833de07a7f35a519 Mon Sep 17 00:00:00 2001 From: jethrokuan Date: Sat, 9 Apr 2022 07:54:27 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20=20@=20fee00?= =?UTF-8?q?8cdfbed172c3031ba20857c27e8e2573b0d=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- org-roam.org | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/org-roam.org b/org-roam.org index e36f215..bdc1ad1 100644 --- a/org-roam.org +++ b/org-roam.org @@ -468,9 +468,6 @@ can set ~org-roam-node-display-template~ as such: * Customizing Node Caching ** How to cache -:PROPERTIES: -:ID: 280bfca8-83f3-4371-bc3a-25478d25129c -:END: Org-roam uses a sqlite database to perform caching, but there are multiple Emacs libraries that can be used. The default used by Org-roam is ~emacs-sqlite~. @@ -1665,7 +1662,7 @@ To fix this, you can try the following: 1. If on Windows, try replacing your system binary with [[https://github.com/nobiot/emacsql-sqlite.exe][this one]] that has been proven to work 2. Use the ~emacsql-sqlite3~ option rather than compiling your own emacsql - binary (see [[id:280bfca8-83f3-4371-bc3a-25478d25129c][How to cache]]). + binary (see [[*How to cache][How to cache]]). * Developer's Guide to Org-roam ** Org-roam's Design Principle