Re: org table: generate a weekly calendar with column that represents the hours

2022-05-04 Thread TRS-80
Uwe Brauer writes: > I am looking for convenient method to generate a weekly calendar in > table form that looks like > > #+begin_src > > | Hours | Mon | Tue | Wed | Thu | Fri | > | 8:00-9:00 | | | | | | > | 9:00-10:00 | | | | | | > |

Re: org table: generate a weekly calendar with column that represents the hours

2022-04-22 Thread Uwe Brauer
>>> "ESF" == Eric S Fraga writes: > Something to play with: > | start | duration | end | notes | > |---+--+---+---| > | 08:00 | 1:00 | 09:00 | | > | 09:00 |01:00 | 10:00 | | > | 10:00 |01:00 | 11:00 | | > | 11:00 |01:00 | 12:00 | | > |

Re: org table: generate a weekly calendar with column that represents the hours

2022-04-22 Thread Eric S Fraga
Something to play with: | start | duration | end | notes | |---+--+---+---| | 08:00 | 1:00 | 09:00 | | | 09:00 |01:00 | 10:00 | | | 10:00 |01:00 | 11:00 | | | 11:00 |01:00 | 12:00 | | | 12:00 |01:00 | 13:00 | | | 13:00 |01

org table: generate a weekly calendar with column that represents the hours

2022-04-21 Thread Uwe Brauer
Hi I am looking for convenient method to generate a weekly calendar in table form that looks like #+begin_src | Hours | Mon | Tue | Wed | Thu | Fri | | 8:00-9:00 | | | | | | | 9:00-10:00 | | | | | | | | | | | | |