From aff07bdf5f9a3d2d4693017a9084c29cb141ab4f Mon Sep 17 00:00:00 2001 From: Howard Abrams Date: Fri, 29 Apr 2022 21:54:03 -0700 Subject: [PATCH] No more warnings with some elisp-links for org-mode --- ha-aux-apps.org | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ha-aux-apps.org b/ha-aux-apps.org index 34bd0da..2c76a33 100644 --- a/ha-aux-apps.org +++ b/ha-aux-apps.org @@ -71,7 +71,11 @@ And my new Ironsworn project: :after rpgdm :straight (:local-repo "~/other/emacs-ironsworn") :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 * Technical Artifacts :noexport: Let's =provide= a name so we can =require= this file: