For future reference:
Would a story-section include_in_customentry override the one in defaults?
Example:
For my subtitle tweak, I replace 'title' and then copy the original to fulltitle, which is displayed on the titlepage. But if I
do want to edit the title:
Code:
[defaults]
# fulltitle copies unedited title for titlepages
include_in_fulltitle:title.NOREPL
[http://test1.com?sid=12345]
add_to_replace_metadata:
title=>^.*=>edited title
include_in_fulltitle:"edited title"