Skip to content
master
Switch branches/tags
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 

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.

About

export a markdown file automatically when you save an org-mode file

Resources

Releases

No releases published

Packages

No packages published