How do you express the following conditional for an org mode table?
for every cell between the 2nd and 3rd hline:
if the cell is empty,
set the contents of the cell to todays date.
else
leave the cells contents as they are.
so, given the following table, i would like to insert todays date in the empty cell.
|------------------|
| date |
|------------------|
| [2014-05-23 Fri] |
| [2014-05-24 Sat] |
| |
|------------------|
The custom calc function appendToday will do what you want. It handles the case where all fields between the hlines are empty as well.
The table before evaluation looks like:
The table after evaluation looks like: