mirror of
https://github.com/org-roam/org-roam
synced 2025-08-01 12:17:21 -05:00
(internal): fix CI for compat functions (#1031)
Following the advice from the coding conventions from the Emacs manual, we preface the compatibility functions with the org-roam namespace.
This commit is contained in:
@ -83,7 +83,7 @@ If DESC, also replace the desc"
|
||||
(let ((desc (or desc (match-string-no-properties 1)))
|
||||
(remove (list (match-beginning 0) (match-end 0))))
|
||||
(apply #'delete-region remove)
|
||||
(insert (org-link-make-string new-loc desc)))
|
||||
(insert (org-roam-link-make-string new-loc desc)))
|
||||
(sit-for 0)))
|
||||
|
||||
;;; Shielding regions
|
||||
|
Reference in New Issue
Block a user