These notes are primarily for myself, as a reminder of features which I want to remember about various things. Some of these notes could possibly be helpful to others - perhaps you! - especially when I give a reference to specific notes. I will make a modest effort to make them intelligible to others and I make no promises as to the result of such! Feel free to clone any of these files and feel free to send me pull requests if you have a sense that you’ve significantly extended their utility.
Feel free to browse this repository and even to clone it as a starting point for your own notes.
If you clone this repository, the one-line scripts below will generate handy links to all of the OrgMode files in the repository.
find Tools/ -name '*.org' | sort | sed 's/\(.*\)/[[file:\1][\1]]/'find Langs/ -name '*.org' | sort | sed 's/\(.*\)/[[file:\1][\1]]/'