Also strip "as" from generated Org IDs

This commit is contained in:
TEC 2024-03-25 17:19:37 +08:00
parent df53a00508
commit 93a1ffb457
Signed by: tec
SSH Key Fingerprint: SHA256:eobz41Mnm0/iYWBvWThftS0ElEs1ftBr6jamutnXc/A
1 changed files with 1 additions and 1 deletions

View File

@ -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.")