On Mon, Apr 15, 2019 at 6:30 AM Nicolas Goaziou <mail@nicolasgoaziou.fr> wrote:

"Tony E. Bennett" <tony.e.bennett@gmail.com> writes:

> A reference to a table name such as '2019-Q1-X' is rewritten to '2019-@1$17-X'
> by org-edit-special.  And also for '2019_Q1_X'.     v9.2.3
       ...
 
> A workaround is to use 1Q instead of Q1 in table name.

Try setting `org-table-use-standard-references' to nil.
I think this should be the default.

Confirmed, that fixes it for me and since I don't use the 'B3' style in org tables it doesn't interfere with anything for me.

thanks Nicolas!