pandoc-3.0: Conversion between markup formats
Copyright© 2010-2015 Puneeth Chaganti <[email protected]>
2010-2023 John MacFarlane <[email protected]>
2016-2023 Albert Krewinkel <[email protected]>
LicenseGNU GPL, version 2 or above
MaintainerAlbert Krewinkel <[email protected]>
Stabilityalpha
Portabilityportable
Safe HaskellSafe-Inferred
LanguageHaskell2010

Text.Pandoc.Writers.Org

Description

Conversion of Pandoc documents to Emacs Org-Mode.

Org-Mode: http://orgmode.org

Synopsis

Documentation

writeOrg :: PandocMonad m => WriterOptions -> Pandoc -> m Text Source #

Convert Pandoc to Org.