Skip to content

alexhenning/ORGMODE-Markdown

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

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

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published