Forgot these lines

This commit is contained in:
Phuntsok Drak-pa 2019-08-14 02:22:20 +02:00
parent a1a7799523
commit 6c0326c636
1 changed files with 2 additions and 0 deletions

View File

@ -72,6 +72,7 @@
#+BEGIN_SRC org #+BEGIN_SRC org
,#+NAME: my-tree ,#+NAME: my-tree
,#+BEGIN_SRC emacs-lisp :noweb yes :exports none ,#+BEGIN_SRC emacs-lisp :noweb yes :exports none
<<process-tree>>
(defvar mytree (defvar mytree
'("Tree" '("Tree"
("First child" ("First child"
@ -79,6 +80,7 @@
("Second child" ("Second child"
("Second childs first child") ("Second childs first child")
("Second childs second child")))) ("Second childs second child"))))
(tree-to-dot mytree)
,#+END_SRC ,#+END_SRC
#+END_SRC #+END_SRC