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 | | | | | |
> |
>>> "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 | |
> |
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
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 | | | | | |
| | | | | | |