diff --git a/example/example.org b/example/example.org index cbf2992..58c0ccd 100644 --- a/example/example.org +++ b/example/example.org @@ -559,8 +559,8 @@ tab We can build an entire random network over these domains: #+BEGIN_SRC racket :results table drawer :var simple-domains=munch-sexp(simple-domains) (random-seed 0) -(define n (random-network (unorg simple-domains))) -(tabulate-network n (unorg simple-domains)) +(define n (random-network (unorgv simple-domains))) +(tabulate-network n (unorgv simple-domains)) #+END_SRC #+RESULTS: