emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
blob 1aa0786f365843c270ae32374c191228ddb9a1bd 342 bytes (raw)
name: testing/examples/babel-dangerous.org 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
 
#+Title: dangerous code block examples which should be isolated
#+OPTIONS: ^:nil

* no default value for vars
  :PROPERTIES:
  :ID:       f2df5ba6-75fa-4e6b-8441-65ed84963627
  :END:

There is no default value assigned to =x= variable. This is not permitted
anymore.

#+name: carre(x)
#+begin_src python
  return x*x
#+end_src

#+name: carre

debug log:

solving 1aa0786f365843c270ae32374c191228ddb9a1bd ...
found 1aa0786f365843c270ae32374c191228ddb9a1bd in https://git.savannah.gnu.org/cgit/emacs/org-mode.git

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).