diff options
Diffstat (limited to 'moo.org')
-rw-r--r-- | moo.org | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -96,3 +96,21 @@ overriding the variable in this subtree #+RESULTS: : baz + +* Loo + +#+begin_src emacs-lisp :noweb-ref defvars + (defvar loo) +#+end_src + +* Boo + +#+begin_src emacs-lisp :noweb-ref defvars + (defvar boo) +#+end_src + +* Mama + +#+begin_src emacs-lisp :noweb yes + <<defvars>> +#+end_src |