From 11e395dacc6de3cc601009512d77cb85508e3a4a Mon Sep 17 00:00:00 2001 From: Jethro Kuan Date: Wed, 22 Jan 2020 01:52:17 +0800 Subject: [PATCH] update if visible --- org-roam.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org-roam.el b/org-roam.el index 3631693..da416df 100644 --- a/org-roam.el +++ b/org-roam.el @@ -130,7 +130,7 @@ SLUG is the short file name, without a path or a file extension." "Initialize org-roam." (interactive) (pcase (org-roam-current-visibility) - ('visible nil) + ('visible (org-roam-update)) ('exists (org-roam-split)) ('none (org-roam-split))))