As noted in citation-style-language/styles#7667 , disambiguate-add-year-suffix doesn't kick in if the original date differs and is displayed in the citation, making it impossible to generate correct APA style.
There have also been occasional requests to be able to have both short titles added for disambiguation and cross references via first-reference-note-number (e.g. https://forums.zotero.org/discussion/comment/295489/#Comment_295489 ) -- that, too, isn't currently possible with CSL.
I'm not 100% sure how to address this. One idea would be to allow adding ignore-for-disambiguation="true" to any rendering element in cs:citation, but there might be something better.
As noted in citation-style-language/styles#7667 ,
disambiguate-add-year-suffixdoesn't kick in if the original date differs and is displayed in the citation, making it impossible to generate correct APA style.There have also been occasional requests to be able to have both short titles added for disambiguation and cross references via
first-reference-note-number(e.g. https://forums.zotero.org/discussion/comment/295489/#Comment_295489 ) -- that, too, isn't currently possible with CSL.I'm not 100% sure how to address this. One idea would be to allow adding
ignore-for-disambiguation="true"to any rendering element in cs:citation, but there might be something better.