all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Thomas S. Dye" <tsd@tsdye.com>
To: Org Mode Mailing List <emacs-orgmode@gnu.org>
Subject: [babel] :noweb
Date: Sun, 8 Nov 2009 08:03:15 -1000	[thread overview]
Message-ID: <0079B37C-DE3F-449C-A65F-EA08617B6A72@tsdye.com> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 698 bytes --]

Aloha all,

The following org file demonstrates that :noweb passes silently over  
the undefined code block <<foo>>.  As my org-babel files become more  
complex, it is harder for me to catch errors like this on my own  
(e.g., when I have a typo in a reference to a srcname).

Could org-babel raise a warning or an error in this circumstance?

All the best,
Tom

---------------------------------
* noweb
#+begin_src R :noweb :session noweb
   <<foo>>
   <<bar>>
#+end_src

#+resname:
: 2

#+srcname: bar
#+begin_src R
2
#+end_src
---------------------------------

Thomas S. Dye, Ph.D.
T. S. Dye & Colleagues, Archaeologists, Inc.
Phone: (808) 529-0866 Fax: (808) 529-0884
http://www.tsdye.com



[-- Attachment #1.2: Type: text/html, Size: 3373 bytes --]

[-- Attachment #2: Type: text/plain, Size: 204 bytes --]

_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

                 reply	other threads:[~2009-11-08 18:03 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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

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

  git send-email \
    --in-reply-to=0079B37C-DE3F-449C-A65F-EA08617B6A72@tsdye.com \
    --to=tsd@tsdye.com \
    --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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.