I have a custom compile format for outlines. I imported it into my formats. My settings include a footer configuration that looks like
<$TTITLE>-<$AUTHOR>-<$modifiedDate>
However, when compiled, Title and modifiedDate were not converting (potentially a different issue-- I make a separate post for that). The placeholder remained as-is; not translated. To test, changed the footer to
<$PROJECTTITLE>-<$AUTHOR>-<$modifiedDate>
The placeholders still did not work, but the $TITLE placeholder did not change to PROJECTTITLE.
Another test-- I deleted the footer completely. The compiled output continues to use the original footer.
I also tried to save, save and close out and reload-- but none of those changed the behavior. The interesting thing is that the UI saves and shows the latest footer settings, but compile seems to have older settings persisted somewhere-- preventing the new footer settings from working.