Placing tagged text - suddenly needs paragraph style definitions?
A couple months ago I worked out the kinks of using "tagged text" to get paragraph styles and character styles applied automatically to imported text. For background, see this thread. At the time, experimentation demonstrated that I didn't need to define the styles in the text file as long as the styles were already defined in the ID document. Everything was working fine.
But now I'm coming back to this project, and suddenly InDesign is complaining that it can't find the paragraph styles in a "paragraph table". Here is a MWE:
<UNICODE-WIN>
<pstyle:Alpha Line 1><cstyle:Alpha initial>E<cstyle:><cstyle:Alpha name>LLRICK, Karen<cstyle:> 1996 IND
<pstyle:Alpha Rom address><cstyle:Member symbol>¬<cstyle:>
<pstyle:Alpha right><cstyle:No break>エルリック<cstyle:>
And here is a screenshot of the error popup I'm getting:

If I add simple definitions to the file, like this (modeled after the definitions in the other thread's answer, which were not needed in my experience):
<UNICODE-WIN>
<DefineParaStyle:Alpha Line 1=<Nextstyle:Alpha Line 1>>
<DefineParaStyle:Alpha Rom address=<Nextstyle:Alpha Rom address>>
<DefineParaStyle:Alpha right=<Nextstyle:Alpha right>>
<pstyle:Alpha Line 1><cstyle:Alpha initial>E<cstyle:><cstyle:Alpha name>LLRICK, Karen<cstyle:> 1996 IND
<pstyle:Alpha Rom address><cstyle:Member symbol>¬<cstyle:>
<pstyle:Alpha right><cstyle:No break>エルリック<cstyle:>Then it no longer complains about the styles, but it creates new paragraph styles with none of the formatting I want. I don't want to create new styles - everything is already nicely defined and organized in the document I'm importing into.
Curiously, it is not complaining about character styles and is correctly using the ones in the document. Only paragraph styles are having this problem. Any clues? My ID version is 19.0.1 x64, and I'm pretty sure it has not be upgraded during the couple months I wasn't looking at this.
