emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: "Andreas Röhler" <andreas.roehler@easy-emacs.de>
To: Bastien <bzg@altern.org>
Cc: emacs-orgmode <emacs-orgmode@gnu.org>
Subject: Re: BUG typo in babel.org?
Date: Tue, 26 Feb 2013 12:05:46 +0100	[thread overview]
Message-ID: <512C970A.5030205@easy-emacs.de> (raw)
In-Reply-To: <87wqtv8ihu.fsf@bzg.ath.cx>

[-- Attachment #1: Type: text/plain, Size: 429 bytes --]

Am 26.02.2013 11:41, schrieb Bastien:
> Hi Andreas,
>
> Andreas Röhler <andreas.roehler@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

[-- Attachment #2: babel.org.diff --]
[-- Type: text/x-patch, Size: 706 bytes --]

commit 798372693b754e7a5d5311b8e0b8b79f70005212
Author: Andreas Roehler <andreas.roehler@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
 

  reply	other threads:[~2013-02-26 11:05 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-02-26 10:02 BUG typo in babel.org? Andreas Röhler
2013-02-26 10:41 ` Bastien
2013-02-26 11:05   ` Andreas Röhler [this message]
2013-02-26 11:19     ` Achim Gratz
2013-02-26 11:28       ` Andreas Röhler
2013-02-26 13:17         ` Achim Gratz
2013-02-26 13:44           ` Bastien

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=512C970A.5030205@easy-emacs.de \
    --to=andreas.roehler@easy-emacs.de \
    --cc=bzg@altern.org \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).