Forgot these lines
This commit is contained in:
parent
a1a7799523
commit
6c0326c636
@ -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 child’s first child")
|
("Second child’s first child")
|
||||||
("Second child’s second child"))))
|
("Second child’s second child"))))
|
||||||
|
(tree-to-dot mytree)
|
||||||
,#+END_SRC
|
,#+END_SRC
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user