Orgnode is a simple Python package for reading Org-mode files, originally created by Charles Cave.
Load an Org-mode file using
root, nodelist = Orgnode.makelist(filename)where
rootis a string containing everything up until the first nodenodelistis a list ofOrgnodeobjects, see Module documentationfilenameis the filename for the Org-mode file you want to load
$ git clone [email protected]:cmower/Orgnode.git$ cd Orgnode$ pip install .