quarto-dev / quarto-dev/quarto-cli
Error publishing to Confluence with dynamically specified page title
Open
Nobody has claimed this yet.
bug
publishing-confluence
- Dominant language
- JavaScript
- Stars
- 6k
- Forks
- 458
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 41
Description
Description:
Error publishing to Confluence with dynamically specified page title
Steps to Reproduce:
- Create a quarto document with r code in the YAML headers
title: "`r format(Sys.time(), '%d %B, %Y')`"
Expected Result:
The document is published with a dynamically generated title.
Actual Result:
The document is published with the title "r format(Sys.time(), '%d %B, %Y')" (not executed and static)
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the issue with a Quarto document whose YAML title contains the shown R expression, then inspect the Confluence publishing path to trace how the title is handled. Done means the expression is evaluated and the published page uses the generated date rather than the literal source text.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- r
- Domain
- documentation
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100