A language-neutral conformance corpus for org-mode to HTML renderers.

conformance html org-mode testing

cases/timestamps.org

main
org-conformance/cases/timestamps.org history · blame · raw

21 lines · 405 bytes

 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.