You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
I think that may have to do with your Pandoc version. I can run Org exports with those settings with Pandoc 2.2.3.2. Would you mind trying with that version?
That being said, I am aware my version is relatively old. It may be that Pandoc has dropped that option for Org Mode since 2.2.3.2 was released. If that is the case and you must use a later version of Pandoc I recommend simply removing pipe_tables from $conversion.
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.The text was updated successfully, but these errors were encountered: