From fadb515a8702a5241c4698dd0ef4067f42a9b35b Mon Sep 17 00:00:00 2001 From: Jethro Kuan Date: Sun, 27 Sep 2020 02:14:27 +0800 Subject: [PATCH] (fix): fix emacsql-sqlite3 check (#1142) --- org-roam.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org-roam.el b/org-roam.el index 0ec008a..c04b0ba 100644 --- a/org-roam.el +++ b/org-roam.el @@ -1515,7 +1515,7 @@ Otherwise, behave as if called interactively." :global t (cond (org-roam-mode - (unless (or (and (bound-and-true-p 'emacsql-sqlite3-executable) + (unless (or (and (bound-and-true-p emacsql-sqlite3-executable) (file-executable-p emacsql-sqlite3-executable)) (executable-find "sqlite3")) (lwarn '(org-roam) :error "Cannot find executable 'sqlite3'. \