Skip to content

ODT tempalte doesn't show styles #10327

Open
@raffaem

Description

@raffaem

Following the documentation for --reference-doc= option available here, if I generate a docx template with:

pandoc -o custom-reference-doc.docx --print-default-data-file reference.docx

The resulting file will show the styles:

image

But if I create a ODT template with:

pandoc -o custom-reference-doc.odt --print-default-data-file reference.odt

the resulting file only contains "Hello world":

image

Would it be useful to show the styles also in the ODT template?

Having said that, my understanding is that the contents get ignored in both cases and only the styles are applied.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions