Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 707 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 707 Bytes

auto-org-md

auto-org-md is a simple package that exports a markdown file automatically when you save an org file.

Install

  • 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")

.emacs.d/init.el

(require 'auto-org-md)

Usage

During editing an org file, M-x auto-org-md-mode toggles this function between on/off.

License

This program is licensed under GPL 3.