emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Eric S Fraga
Subject: Re: org table: generate a weekly calendar with column that represents the hours
Date: Fri, 22 Apr 2022 10:23:13 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

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:00 | 14:00 |       |
| 14:00 |    01:00 | 15:00 |       |
| 15:00 |    01:00 | 16:00 |       |
| 16:00 |    01:00 | 17:00 |       |
| 17:00 |    01:00 | 18:00 |       |
| 18:00 |    01:00 | 19:00 |       |
| 19:00 |    01:00 | 20:00 |       |
| 20:00 |    01:00 | 21:00 |       |
#+TBLFM: @<<<$2..@>$2=@-1;U::@<<<$1..@>$1=@-1+@-1$+1;U::$3=$1+$2;U

-- 
: Eric S Fraga, with org release_9.5.3-397-g81289b in Emacs 29.0.50



reply via email to

[Prev in Thread] Current Thread [Next in Thread]