Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/wallyqs/org-mode-features
- Owner: wallyqs
- Created: 2013-06-16T17:28:48.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-06-16T18:22:58.000Z (over 11 years ago)
- Last Synced: 2024-11-04T23:24:05.813Z (about 2 months ago)
- Language: Shell
- Size: 168 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
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.