(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:
Jethro Kuan
2020-08-12 00:04:15 +08:00
committed by GitHub
parent 22006be751
commit 7813b1fe1f
4 changed files with 24 additions and 11 deletions

View File

@ -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