diff --git a/org-roam.el b/org-roam.el index b4d1c4f..c3c2ae0 100644 --- a/org-roam.el +++ b/org-roam.el @@ -609,7 +609,7 @@ If INDENT is given, prefix every line with this string." (org-goto-line (1+ n-lines)) (backward-char 1)) (setq txt (buffer-substring (point-min) (point)))))))) - (list (point-min) (point) txt))) + txt)) (defun org-roam-node-at-point (&optional assert) "Return the node at point.