From 93a1ffb4575193b7266c49786b7f65785ae83355 Mon Sep 17 00:00:00 2001 From: TEC Date: Mon, 25 Mar 2024 17:19:37 +0800 Subject: [PATCH] Also strip "as" from generated Org IDs --- config.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.org b/config.org index 2a49ce6..231ae3c 100644 --- a/config.org +++ b/config.org @@ -9784,7 +9784,7 @@ version of ~reftex-label~. (defvar org-reference-contraction-max-length 35 "Maximum length of resulting reference reference, including joining characters.") (defvar org-reference-contraction-stripped-words - '("the" "on" "in" "off" "a" "for" "by" "of" "and" "is" "to") + '("the" "on" "in" "off" "a" "for" "by" "of" "and" "is" "to" "as") "Superfluous words to be removed from a reference.") (defvar org-reference-contraction-joining-char "-" "Character used to join words in the reference reference.")