cases/outofscope.skeleton
68 lines · 883 bytes
1<p>
2"Every construct here is on the explicit \"Not supported\" list in the org-support guide. The contract is not that we handle them — it is that they degrade predictably and never crash the build."
3</p>
4<h2>
5"Babel"
6</h2>
7<pre>
8<code>
9"echo \"the block renders; :results is never executed\""
10</code>
11</pre>
12<h2>
13"Table formulas"
14</h2>
15<table>
16<thead>
17<tr>
18<th>
19"item"
20</th>
21<th>
22"cost"
23</th>
24</tr>
25</thead>
26<tbody>
27<tr>
28<td>
29"a"
30</td>
31<td>
32"1"
33</td>
34</tr>
35<tr>
36<td>
37"b"
38</td>
39<td>
40"2"
41</td>
42</tr>
43</tbody>
44</table>
45<h2>
46"LaTeX"
47</h2>
48<p>
49"Inline math $x^2 + y^2$ and a display block:"
50</p>
51<p>
52"\\begin{equation} E = mc^2 \\end{equation}"
53</p>
54<h2>
55"Macros and radio targets"
56</h2>
57<p>
58"A macro call {{{author}}} and a <<<radio target>>> stay literal."
59</p>
60<h2>
61"Drawers"
62</h2>
63<h2>
64"Unknown entities"
65</h2>
66<p>
67"An entity org does not know, \\notanentity, stays literal."
68</p>