auto-org-md is a simple package that exports a markdown file automatically when you save an org file.
-
It is recommended to use melpa for installing this package.
M-x package-install auto-org-md
-
If you want to install this package manually, run the following line:
;; auto-install
(auto-install-from-url "https://raw.github.com/jamcha-aa/auto-org-md/master/auto-org-md.el")
(require 'auto-org-md)
During editing an org file, M-x auto-org-md-mode toggles this function between on/off.
This program is licensed under GPL 3.