Replies: 2 comments 4 replies
-
|
Try setting NO_COLOR=1 quarto render example.qmd --to htmlQuarto vendors a colors module that explicitly honors the If you are consuming logs programmatically, also look at: quarto render example.qmd --log-format plainor: QUARTO_LOG_FORMAT=plain quarto render example.qmd --to html
If the remaining sequences are progress-control sequences rather than color, then this may be a Quarto bug in terminal detection for Emacs compilation buffers. In that case, a minimal repro with |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for the report. The analysis in this thread is on track. Quarto already gates some interactive features on I've opened #14419 to track this. We think we can extend the same TTY check we already use for prompts to these console helpers. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
In emacs compilation mode we see:
Is there some flag
quarto --no-escape-sequences?Or maybe quarto should check
$TERMfirst. If unset ordumb, don't assume an ANSI terminal.Beta Was this translation helpful? Give feedback.
All reactions