Am 26.02.2013 11:41, schrieb Bastien:
Hi Andreas,
Andreas Röhler <andreas.roeh...@easy-emacs.de> writes:
in org-mode/testing/examples/babel.org
a noweb-example1 as called, which seems not defined
Can you help suggesting a fix (ideally as a patch) and
explaining why it is needed?
Thanks,
Hi Bastien,
as I'm still exploring org-mode and the way to write tests for,
please have a look IIUC,
Andreas
commit 798372693b754e7a5d5311b8e0b8b79f70005212
Author: Andreas Roehler <andreas.roeh...@online.de>
Date: Tue Feb 26 12:01:27 2013 +0100
define noweb-example1 in org-mode/testing/examples/babel.org
noweb-example1 as called later on, but seems not defined
TINYCHANGE
diff --git a/testing/examples/babel.org b/testing/examples/babel.org
index 7c30ab2..8fad7f0 100644
--- a/testing/examples/babel.org
+++ b/testing/examples/babel.org
@@ -8,6 +8,11 @@
#+name: noweb-example
#+begin_src emacs-lisp :results silent :exports code
+ (message "expanded")
+#+end_src
+
+#+name: noweb-example1
+#+begin_src emacs-lisp :results silent :exports code
(message "expanded1")
#+end_src