A table with simple column formulas.
Aurélie | Géraldine | Sum | Mean |
---|---|---|---|
16 | 15 | 31 | 15.5 |
19 | 8 | 27 | 13.5 |
one | two | one + two | (one + two) / 2 |
A table with an Emacs Lisp formulas.
Aurélie | Géraldine | Mean |
---|---|---|
16 | 15 | 16 15 |
293 | 38 | 293 38 |
alice | bob | alice bob |
(Note that $1 and $2 must be quoted to be read as strings.)
A table manipulating time values.
Task 1 | Task 2 | Total |
---|---|---|
2:12 | 1:49 | 04:01:00 |
3:02:20 | -2:07:00 | 0.92 |
I type some prose here.
#!/usr/bin/env python
print "This is my python file."
print "Another string."
Try C-c C-c on the next block:
(progn
(+ 2 10)
(message "wat?!"))
Try C-c C-c on the next block:
(message "data1:%S, data2:%S" data1 data2)
Try clocking in on a headline with C-c C-x C-i.
Then update the dynamic block below with C-c C-c :
Headline | Time |
---|---|
Total time | 0:00 |