ob-cache-test.org 1.1 KB

Test results of reading cached results in OB blocks w/o re-exeuction

Caveat: results have to be left justified if caching us used or results are not picked up

Output cached tables

Left Justified

echo a b c time
echo 1 2 3 `date +%s`
echo 4 5 6 0
a b c time
1 2 3 1503328650
4 5 6 0

Not Left Justified

echo d e f time
echo 1 2 3 `date +%s`
echo 4 5 6 0
d e f time
1 2 3 1503328653
4 5 6 0
stuff1
a b c time
1 2 3 1503328650
4 5 6 0
stuff2
nil