ORGMODE-MARKDOWN: Support for exporting to markdown from orgmode
- Make sure you have org-export-generic installed
- git clone this repo
- Load markdown.el to your .emacs file
(load "~/.emacs.d/org-mode/contrib/lisp/org-export-generic.el")
- In the org file you want to export type C-c C-e g M
- You now have a .markdown file
- 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