File README.md from the latest check-in
Table of Contents
Summary
This repository contains small org examplesz;
- README.org – this file.
- Ctangle.org – shows how to run a C program.
Finally, the Makefile itself is a crucial piece of information as it shows how you might make the environment available to people who don't use Emacs.
Setup
To run these examples, the easiest thing to do is install Emacs on OSX and ensure orgmode and htmlize are installed. Likewise, the Makefile is written for GNU make and it's also likely I did something ages ago to ensure I had a working C compiler.
Export
Beyond extracting any code, the org_tangle.el
file also exports the documents to html and markdown.
Since the object is to read the documents and Fossil can display markdown but not org files, the generated
markdown is also checked in as documentation.