org2md

Converts org files to markdown & performs cleanup

Pandoc does a pretty good job of converting org-mode files to Markdown, but it leaves some garbage in the file.

This performs the Pandoc conversion and then applies some cleanup to compensate for what it gets wrong.

Prerequisites: pandoc, sd

Usage

USAGE: org2md -i <path/to/input> -o <path/to/output>
       -i specifies an org mode file path
       -o specifies a markdown file path

       Performs a simple pandoc conversion and then
       cleans up the things pandoc gets wrong.

       Requires pandoc

Metadata:

Tags:

  • emacs
  • markdown
  • org-mode