litorgy.org 790 B

litorgy --- literate programming in org-mode

Some Demo Ideas

block as function

properties

use of a table

interesting data from bash to R

file sizes

Maybe something like the following which outputs sizes of directories under the home directory, and then instead of the trivial emacs-lisp block we could use an R block to create a nice pie chart of the results.

du -sc ~/*
(mapcar #'car sizes)

something using grep

something with the kernel

something with processes or user activity