Closed mintzj closed 2 years ago
Hello,
I am not sure that this is a bug. I see that our errors told you exactly what to do, and you understood what was required.
The second is related to quarto usage. Table captions are expected to be defined in Quarto by a pair of value label
and tbl-cap
. If you only set a label (used as bookmark), caption will be "no caption"... So it tells you that if you want a caption, you should define that caption.
Now, maybe you did not want a caption?
In that case, we should work again and check that if Quarto and if Word and if label does start with tbl
but no caption is found, we should raise that error.
From our understanding, Quarto will change/update the way it handles captions and cross-ref, and we are waiting to see what are the changes to then being able to adapt if possible.
Some packages decided/stated it was not their problem, but the rmarkdown/bookdown/quarto issue. We wish now we had made this choice. ;)
closing the issue. We assume you did want a caption :)
This old thread has been automatically locked. If you think you have found something related to this, please open a new issue and link to this old issue if necessary.
In Quarto, chunks which display a flextable generate an error when the name contains a space:
This results in the following error:
The
`tbl-cap` = "bogus"
chunk option was necessary to avoid a separate (possibly related) error:Session info: