From aa755a8c7704e814b4ac4e0f044d7153553b4b78 Mon Sep 17 00:00:00 2001 From: Jethro Kuan Date: Sun, 25 Apr 2021 08:31:48 +0800 Subject: [PATCH] add additional newline for preview sections Addresses #1488 --- org-roam.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/org-roam.el b/org-roam.el index a8b3a07..92dbf69 100644 --- a/org-roam.el +++ b/org-roam.el @@ -706,7 +706,8 @@ PROPERTIES contains properties about the link." (insert (org-roam-fontify-like-in-org-mode s) "\n") (oset section file (org-roam-node-file source-node)) (oset section begin begin) - (oset section end end))))) + (oset section end end)) + (insert ?\n)))) ;;;###autoload (defun org-roam-node-find (&optional other-window initial-input filter-fn)