Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wallyqs/org-mode-features

Attempt at documenting Org mode features and how they map in Org ruby parser.
https://github.com/wallyqs/org-mode-features

Last synced: 8 days ago
JSON representation

Attempt at documenting Org mode features and how they map in Org ruby parser.

Awesome Lists containing this project

README

        

* Org mode features

This project attempt at documenting Org mode features
and how they map in Org ruby.

Take a look at the =features.org= file to see what is implemented
and what has not been implemented yet.

Org babel is used throughout the document to create examples
within the =features/= folder.

The following rake task will try to render the examples using
both Emacs Lisp and Ruby's implementation of the parser.

#+BEGIN_SRC
rake export_all
#+END_SRC

** Notes

- Currently, the feature examples have been exported
with Org mode version 7.8 only

- The rake task only works in OS X, needs to be tweaked too.