Only allow specific keywords for affiliated keywords.

This commit is contained in:
Tom Alexander
2023-08-29 16:56:07 -04:00
parent cc671925db
commit 9df40fb13f
4 changed files with 120 additions and 2 deletions

View File

@@ -0,0 +1,3 @@
(dolist (var org-element-affiliated-keywords)
(message "\"%s\"," (downcase var))
)