From 5ecd418060bf606924ac86faa1aa4036d4c785fb Mon Sep 17 00:00:00 2001 From: Damien Pollet Date: Tue, 4 Jan 2022 18:33:05 +0100 Subject: fix(dailies): Fix typo in variable name (#196) There is no other instance of the name `org-roam-dailies-dir` in either `org-roam-ui` and `org-roam` itself. --- org-roam-ui.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'org-roam-ui.el') diff --git a/org-roam-ui.el b/org-roam-ui.el index 169927a..165e5ed 100644 --- a/org-roam-ui.el +++ b/org-roam-ui.el @@ -573,7 +573,7 @@ from all other links." (defun org-roam-ui--send-variables (ws) "Send miscellaneous org-roam variables through the websocket WS." - (let ((daily-dir (if (boundp 'org-roam-dailies-dir) + (let ((daily-dir (if (boundp 'org-roam-dailies-directory) (if (file-name-absolute-p org-roam-dailies-directory) (expand-file-name org-roam-dailies-directory) (expand-file-name -- cgit v1.2.3