krz/orgo

Lightning fast org-mode static site generator.

clone: git clone https://gitbay.org/krz/orgo.git

main: fixtures/timestamps.org · raw

 1#+TITLE: Timestamps
 2
 3* Single
 4
 5An active date <2024-01-15 Mon> and an inactive one [2024-01-15 Mon].
 6
 7With a time: <2024-01-15 Mon 10:30>.
 8
 9* Ranges
10
11A same-day time range <2024-01-15 Mon 10:00-11:45>.
12
13A multi-day range <2024-01-15 Mon>--<2024-01-20 Sat>.
14
15* Ignored decorations
16
17A repeater is dropped: <2024-01-15 Mon +1w>.
18
19* Not timestamps
20
21Comparisons like 3 < 4 and [not a stamp] stay literal text.