From cdca40eb409ec55a0c1afe4730a2024cdf48f53e Mon Sep 17 00:00:00 2001 From: Sergiu Ivanov Date: Wed, 25 Mar 2020 23:29:01 +0100 Subject: [PATCH] example: Random networks: unorg -> unorgv. --- example/example.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: