From 6c0326c63692892b3804493fe543acc437affb7e Mon Sep 17 00:00:00 2001 From: Phuntsok Drak-pa Date: Wed, 14 Aug 2019 02:22:20 +0200 Subject: [PATCH] Forgot these lines --- README.org | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.org b/README.org index d2b8d15..fd05570 100644 --- a/README.org +++ b/README.org @@ -72,6 +72,7 @@ #+BEGIN_SRC org ,#+NAME: my-tree ,#+BEGIN_SRC emacs-lisp :noweb yes :exports none + <> (defvar mytree '("Tree" ("First child" @@ -79,6 +80,7 @@ ("Second child" ("Second child’s first child") ("Second child’s second child")))) + (tree-to-dot mytree) ,#+END_SRC #+END_SRC