aboutsummaryrefslogtreecommitdiff
path: root/moo.org
diff options
context:
space:
mode:
authorGrant Shangreaux <grant@unabridgedsoftware.com>2022-07-17 16:03:11 -0500
committerGrant Shangreaux <grant@unabridgedsoftware.com>2022-07-17 16:03:11 -0500
commit401ee7104fdef1dc6e9b588201d9a70570f0f873 (patch)
treef3ebab918214716434b24e0d01823e28eff16ee1 /moo.org
parentc570284ace0ed5f1f254f9cc475a30f4be56af0f (diff)
Fix: defvars at the top of the tangle with noweb-ref
Diffstat (limited to 'moo.org')
-rw-r--r--moo.org18
1 files changed, 18 insertions, 0 deletions
diff --git a/moo.org b/moo.org
index 6d08b8d..b7000e9 100644
--- a/moo.org
+++ b/moo.org
@@ -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