mirror of
https://github.com/org-roam/org-roam
synced 2025-08-01 12:17:21 -05:00
(fix)preview: fix link preview when headline contains link (#1676)
This commit is contained in:
@ -609,7 +609,7 @@ If INDENT is given, prefix every line with this string."
|
|||||||
(org-goto-line (1+ n-lines))
|
(org-goto-line (1+ n-lines))
|
||||||
(backward-char 1))
|
(backward-char 1))
|
||||||
(setq txt (buffer-substring (point-min) (point))))))))
|
(setq txt (buffer-substring (point-min) (point))))))))
|
||||||
(list (point-min) (point) txt)))
|
txt))
|
||||||
|
|
||||||
(defun org-roam-node-at-point (&optional assert)
|
(defun org-roam-node-at-point (&optional assert)
|
||||||
"Return the node at point.
|
"Return the node at point.
|
||||||
|
Reference in New Issue
Block a user