From 401ee7104fdef1dc6e9b588201d9a70570f0f873 Mon Sep 17 00:00:00 2001 From: Grant Shangreaux Date: Sun, 17 Jul 2022 16:03:11 -0500 Subject: Fix: defvars at the top of the tangle with noweb-ref --- moo.org | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'moo.org') 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 + <> +#+end_src -- cgit v1.2.3