Re: [O] Add time (duration) to timestamp

2015-12-07 Thread Richard Lawrence
Hi Jarmo, Jarmo Hurri writes: > Answering my own question, the following seems to work (15 min is 1/96 > of a day): > > | time | event | > |+---| > | <2015-12-07 Mon 12:00> | A | > | <2015-12-07 Mon 12:15> | B | > | <2015-12-07 Mon 12:30> | C

Re: [O] Add time (duration) to timestamp

2015-12-07 Thread Jarmo Hurri
Greetings again. Answering my own question, the following seems to work (15 min is 1/96 of a day): | time | event | |+---| | <2015-12-07 Mon 12:00> | A | | <2015-12-07 Mon 12:15> | B | | <2015-12-07 Mon 12:30> | C | #+TBLFM: @3$1..@4$1=(<

[O] Add time (duration) to timestamp

2015-12-07 Thread Jarmo Hurri
Greetings. Is there a way to add time to a timestamp, say, in a table? For example, say I have a series of events, each lasting 15 minutes, starting at a specified time on a specific day. I want to create a table of them as follows: | time | event | |--