0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-29 18:36:26 +00:00
org-mode/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