Open
Description
I was trying to implement the agenda feature (see #34) and I always got confused what document class is responsible for what and where I should store what.
The document class is in liborgmode; in document.py there are class VimBufferContent and class VimBuffer. They sound the almost the same but do different things and there is no docstring for VimBuffer. Some more docstrings would ease the development.
Also a high level overview of the architecture (I'm not talking about the diagramm), and an expanation of the debug flag would be nice too. We should put it under DEVELOPMENT in the helpfile.