diff options
author | Grant Shangreaux <grant@unabridgedsoftware.com> | 2022-07-17 16:03:11 -0500 |
---|---|---|
committer | Grant Shangreaux <grant@unabridgedsoftware.com> | 2022-07-17 16:03:11 -0500 |
commit | 401ee7104fdef1dc6e9b588201d9a70570f0f873 (patch) | |
tree | f3ebab918214716434b24e0d01823e28eff16ee1 /moo.org | |
parent | c570284ace0ed5f1f254f9cc475a30f4be56af0f (diff) |
Fix: defvars at the top of the tangle with noweb-ref
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 |