krz/orgo
Lightning fast org-mode static site generator.
clone: git clone https://gitbay.org/krz/orgo.git
v0.20.1: fixtures/outofscope.org · raw
1#+TITLE: Out of Scope
2#+INCLUDE: "other.org"
3
4Every construct here is on the README's explicit OUT list. The contract is not that we
5handle them — it is that they degrade predictably and never crash the build.
6
7* Babel
8
9#+BEGIN_SRC sh :results output :exports both
10echo "the block renders; :results is never executed"
11#+END_SRC
12
13#+RESULTS:
14: stale output from a previous evaluation
15
16* Table formulas
17
18| item | cost |
19|------+------|
20| a | 1 |
21| b | 2 |
22#+TBLFM: $2=vsum(@2..@3)
23
24* LaTeX
25
26Inline math $x^2 + y^2$ and a display block:
27
28\begin{equation}
29E = mc^2
30\end{equation}
31
32* Macros and radio targets
33
34A macro call {{{author}}} and a <<<radio target>>> stay literal.
35
36* Drawers
37
38:LOGBOOK:
39CLOCK: [2024-01-15 Mon 09:00]--[2024-01-15 Mon 10:00] => 1:00
40:END:
41
42:CUSTOM_DRAWER:
43Drawer contents are captured and dropped.
44:END:
45
46* Unknown entities
47
48An entity org does not know, \notanentity, stays literal.