A Python implementation of org-mode (support only agenda and todo lists for now))
root
Neo - No Emacs Org
==================
Description
-----------
Neo aims a providing full implementation of `Org <http://org-mode.org>`_
usable in Python.
Prerequisite
------------
The following python packages are needed:
* pyyaml
* texttable
Configuration
-------------
neo looks at a YAML file in ~/.config/neo/neo.yml::
states:
- TODO STARTED WAITING | DONE
- REPORT BUG KNOWNCAUSE | FIXED
- DEFERRED DELEGATED | CANCELED
agenda:
files:
- ~/org/personal.org
- ~/org/work.org
The states field describes the TODO keywords in the same way as the
ellsp variable org-todo-keywords.
The agenda field contains only (for now) the list of files looked at for
agenda and todo list building (like org-agenda-files).
Download
--------
Darcs repository: http://chadok.info/darcs/neo
Licence
-------
Neo is free software, released under the term of the GPLv3+.
Copyright 2011 Olivier Schwander <olivier.schwander@chadok.info>