Replies: 1 comment 4 replies
-
|
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi @jgm,
Great package that replaces most of other file format conversion tools! +1
I am using pandoc both from command line, and also using ox-pandoc emacs package (I have raised two issues, reportedly assuming that it has to do with eihther with emacs configurations (jkitchin/scimax#509) or with the ox-pandoc package ( emacsorphanage/ox-pandoc#43) which does not seem to be the case once I have started exploring a bit further as suggested by the developers in the related threads.
I am trying to achieve four things with pandoc because they are bottlenecks to the workflow of any scribe (discussed in pprevos/emacs-writing-studio#24) :
#+pandoc-options:
orlatex-header:
inside the org file, but did not work).kaobook
(https://github.com/fmarotta/kaobook) ) either on orgmode file header or on command line to make the output file look as specified when exported to pdf.wkhtmltopdf
does a fantastic job to wrap the tables which is nearly impossible in orgmode without complex LaTeX configurationy, but generates a redundant horizontal scroll bar as if it is an webpage, not in pdfs.I appreciate if there are ways to overcome the bottlenecks as above. Thanking you in anticipation,
Cheers,
/zenny
Beta Was this translation helpful? Give feedback.
All reactions