Thanks to visit codestin.com
Credit goes to github.com

Skip to content

An elisp module that allows you to export orgmode files to markdown.

Notifications You must be signed in to change notification settings

occidens/orgmark

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Languages

  • Emacs Lisp 100.0%