#file #org-mode #emacs

org

A library for handling org-mode files

4 releases (2 breaking)

0.3.1 Mar 17, 2019
0.3.0 Nov 2, 2017
0.2.0 Sep 10, 2017
0.1.0 Sep 10, 2017

#276 in Text editors

MIT license

10KB
195 lines

Org

Build Status crates.io Downloads Documentation Issues LoC License: MIT

About

A library for handling org-mode files.

Disclaimer

I'm not responsible for anything.

(c) 2017 Marcin Swieczkowski


lib.rs:

Crate for processing .org files.

This does not yet completely capture the functionality of org-mode. The following aspects of org-mode are currently supported:

  • Document fields such as TITLE and AUTHOR

  • Headings and subheadings

  • Content text

No runtime deps