mhr / ORGMODE-Markdown

An elisp module that allows you to export orgmode files to markdown.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ORGMODE-MARKDOWN: Support for exporting to markdown from orgmode

Setup

  1. Make sure you have org-export-generic installed
  2. git clone this repo
  3. Load markdown.el to your .emacs file
(load "~/.emacs.d/org-mode/contrib/lisp/org-export-generic.el")
  1. In the org file you want to export type C-c C-e g M
  2. You now have a .markdown file

Support

  • Basic structure is exported including headings
  • Unnested lists
  • One unordered list nested in a ordered list and vice versa
  • TODO’s are exported (Would like to make bold…)
  • More on the way

About

An elisp module that allows you to export orgmode files to markdown.