bash-tutorial/tutorial/pandoc.org

375 B

Convert files using pandoc

Use pandoc with "-s" flag to produce a standalone document and "-o" to redirect output to a file.

In the example a file "foo" is converted from odt to org

  pandoc -s -o foo.org foo.odt

Check the manual for more information:

#+begin_example bash man pandoc

#+end_src