Skip to content

A collection of tools that for using Org mode in a via Reason.

License

Notifications You must be signed in to change notification settings

floscr/ReOrgTools

Repository files navigation

ReOrgTools

A collection of tools that for using Org mode in a via Reason.

Orgajs is the main parser for the org documents.

Very much WIP.

Tools

The main flesh and blood that creates the reason bindings for Orgajs.

Get notifications for upcoming events. I run this via systemd daemon that executes every 15 minutes.

Display (& maybe at some point) edit org files. Org files will be accessed via the server.

The node server which will do some basic directory listing and sending of org documents.

Intentions

I love org mode, but it’s too locked down with emacs.

I want to browse my files on mobile or on the go and maybe even at some point share my docs with other people.

At some point I will also interface my agenda via the web-instance, as org-agenda is based on hacks upon hacks with unsafe string matching.

Getting Started

Nix

Start your nix-shell via in this directory and install the packages.

When first running this project it will take some time as bs-platform has to be freshly compiled.

nix-shell
yarn