org.texi (Comment lines): Fix description of the comment syntax
[org-mode.git] / testing / examples / babel-dangerous.org
blob1aa0786f365843c270ae32374c191228ddb9a1bd
1 #+Title: dangerous code block examples which should be isolated
2 #+OPTIONS: ^:nil
4 * no default value for vars
5   :PROPERTIES:
6   :ID:       f2df5ba6-75fa-4e6b-8441-65ed84963627
7   :END:
9 There is no default value assigned to =x= variable. This is not permitted
10 anymore.
12 #+name: carre(x)
13 #+begin_src python
14   return x*x
15 #+end_src
17 #+name: carre