diff options
Diffstat (limited to 'org-roam-ui.el')
-rw-r--r-- | org-roam-ui.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 |