No more warnings with some elisp-links for org-mode

This commit is contained in:
Howard Abrams 2022-04-29 21:54:03 -07:00
parent 7900ed9564
commit aff07bdf5f

View file

@ -71,7 +71,11 @@ And my new Ironsworn project:
:after rpgdm :after rpgdm
:straight (:local-repo "~/other/emacs-ironsworn") :straight (:local-repo "~/other/emacs-ironsworn")
:init :init
(setq rpgdm-ironsworn-project (expand-file-name "~/other/emacs-ironsworn")))) (setq rpgdm-ironsworn-project (expand-file-name "~/other/emacs-ironsworn")
;; Ignore org links that call my RPG functions:
org-link-elisp-skip-confirm-regexp (rx string-start (optional "(") "rpgdm-"
(or "tables-" "ironsworn-")
(one-or-more any)))))
#+END_SRC #+END_SRC
* Technical Artifacts :noexport: * Technical Artifacts :noexport:
Let's =provide= a name so we can =require= this file: Let's =provide= a name so we can =require= this file: