Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 462 Bytes

README.org

File metadata and controls

14 lines (10 loc) · 462 Bytes

Python module for using Org-mode files as data provider and for queries.

TODOs

[#B] line number backreferences into org files?

Installing: pip3 install --user .

Developing

To upgrade git dependencies (hiccup and orparse), you have to do pip3 uninstall for them first, otherwise pip can’t detect changes.. (see here).