mirror of
https://github.com/org-roam/org-roam
synced 2025-08-01 12:17:21 -05:00
@ -318,7 +318,7 @@ DESC is the link description."
|
|||||||
(if headline-only-p 1 0)))
|
(if headline-only-p 1 0)))
|
||||||
(insert (concat (unless (string= link-type "roam") "roam:")
|
(insert (concat (unless (string= link-type "roam") "roam:")
|
||||||
(when headline-only-p "*")
|
(when headline-only-p "*")
|
||||||
str))))))))
|
(org-link-escape str)))))))))
|
||||||
|
|
||||||
(provide 'org-roam-link)
|
(provide 'org-roam-link)
|
||||||
;;; org-roam-link.el ends here
|
;;; org-roam-link.el ends here
|
||||||
|
Reference in New Issue
Block a user