Omitting Subsequent-Author substitution in Chicago Style (full note with bibliography)

I solved all the other problems I was having, but after a lot of trial and error, this one is still eluding me. In the bibliography, I would like the author's name to show up every time, even if there are multiple sources by that author. Here's the bibliography code from the style:

<bibliography>
<option name="hanging-indent" value="true"/>
<option name="et-al-min" value="11"/>
<option name="et-al-use-first" value="7"/>
<option name="subsequent-author-substitute" value="———"/>
<option name="entry-spacing" value="0"/>
<sort>
<key macro="sort-key"/>
<key variable="issued"/>
</sort>
<layout suffix=".">
<group delimiter=". ">
<text macro="contributors"/>
<text macro="title"/>
<text macro="description"/>
<text macro="secondary-contributors"/>
<group delimiter=", ">
<text macro="container-title"/>
<text macro="container-contributors"/>
<text macro="locators-chapter"/>
</group>
</group>
<text macro="locators"/>
<text macro="collection-title" prefix=". "/>
<text macro="issue"/>
<text macro="locators-newspaper" prefix=", "/>
<text macro="locators-journal"/>
<text macro="access" prefix=". "/>
</layout>
</bibliography>

I think the line that's relevant is this one: <option name="subsequent-author-substitute" value="———"/> but don't know what to do with it to make the author's name repeat with multiple entries. I tried taking out the line altogether and changing --- to contributor, but neither of those made any difference.

Thanks in advance!

This is an old discussion that has not been active in a long time. Instead of commenting here, you should start a new discussion. If you think the content of this discussion is still relevant, you can link to it from your new discussion.