emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* [babel] :noweb
@ 2009-11-08 18:03 Thomas S. Dye
  0 siblings, 0 replies; only message in thread
From: Thomas S. Dye @ 2009-11-08 18:03 UTC (permalink / raw)
  To: Org Mode Mailing List


[-- 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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-11-08 18:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-11-08 18:03 [babel] :noweb Thomas S. Dye

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).