Closed a-fent closed 2 years ago
Misreading of the documentation, functions correctly when the instructions:
If you want to specify the option value which include space character, the entire option-value pair must be quoted (see example below)
are followed.
Spaces and quoting in metadata is not being correctly handled
+PANDOC_METADATA: author-x:Max
results in
--metadata=author-x:Max
+PANDOC_METADATA: author-x:Max Mustermann
results in --metadata=author-x:Max --metadata=Mustermann
Quoting the string just results in quotes being applied to the beginning/end of the two parts
Also check setting of metadata in -options: https://github.com/kawabata/ox-pandoc/issues/49