As mentioned in #3 , there is a fatal issue with pipe_tables and $conversion = 'org-...'
Running the same config file as in #3 but with $conversion = 'org-simple_tables-multiline_tables-grid_tables+pipe_tables'
results in an error [Failed to convert page: ... Reason: Error while converting docx file FILEPATH.docx to markup FILEPATH.org: pandoc failed to convert: The extension pipe_tables is not supported for org ], failing to produce both .md and .pdf outputs.
As mentioned in #3 , there is a fatal issue with pipe_tables and
$conversion = 'org-...'Running the same config file as in #3 but with
$conversion = 'org-simple_tables-multiline_tables-grid_tables+pipe_tables'results in an error [
Failed to convert page: ... Reason: Error while converting docx file FILEPATH.docx to markup FILEPATH.org: pandoc failed to convert: The extension pipe_tables is not supported for org], failing to produce both .md and .pdf outputs.