Open rockola opened 7 months ago
Explain the problem. pptx document exported from Keynote can't be used as slide reference. Attempt fails with
Could not find a 0th placeholder of type obj (or nothing)
Steps to reproduce:
pandoc --print-default-data-file reference.pptx > pandoc-ref.pptx
open pandoc-ref.pptx
refref.pptx
test.md
pandoc test.md -o presis.pptx --reference-doc refref.pptx
pandoc test.md -o presis.pptx --reference-doc pandoc-ref.pptx
test.md:
% Test doc % ORK % 2024-04-03 # FOO Bar
Pandoc version? pandoc 3.1.12.3 from Homebrew Keynote 14.0 macOS Sonoma 14.4.1 (Apple Silicon M1 Max)
Here are the Powerpoint files in question, pandoc-ref.pptx is the output of pandoc --print-default-data-file reference.pptx, refref.pptx is the same file after a round trip to Keynote. pandoc-ref.pptx refref.pptx
pandoc --print-default-data-file reference.pptx
Explain the problem. pptx document exported from Keynote can't be used as slide reference. Attempt fails with
Steps to reproduce:
pandoc --print-default-data-file reference.pptx > pandoc-ref.pptx
open pandoc-ref.pptx
to open pptx document in Keynoterefref.pptx
test.md
- any doc will do, see below for examplepandoc test.md -o presis.pptx --reference-doc refref.pptx
fails with the above messagepandoc test.md -o presis.pptx --reference-doc pandoc-ref.pptx
produces output successfullytest.md:
Pandoc version? pandoc 3.1.12.3 from Homebrew Keynote 14.0 macOS Sonoma 14.4.1 (Apple Silicon M1 Max)