Metadata set by org-pandoc-options-for-latex-pdf not being passed to Pandoc
Opened this issue · 0 comments
OolonColoophid commented
Hi there
In my .spacemacs, I have the following:
(setq org-pandoc-options-for-latex-pdf '((template . "~/Dropbox/orgSupport/pdf/orgTufte.tex") (pdf-engine . "xelatex") (metadata . "headquoteauthor:Dana Perino") )
I've verified that the values for this variable are set in the document I'm exporting from.
However, while I see this in the final Pandoc command:
--template=/Users/.../Dropbox/orgSupport/pdf/orgTufte.tex
I'm not seeing the metadata set as above, like this:
--metadata=headquoteauthor:Dana Perino
Cheers
Ian