From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Thomas S. Dye" Subject: [babel] :noweb Date: Sun, 8 Nov 2009 08:03:15 -1000 Message-ID: <0079B37C-DE3F-449C-A65F-EA08617B6A72@tsdye.com> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: multipart/mixed; boundary="===============1075838836==" Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N7C6o-0006J0-Kl for emacs-orgmode@gnu.org; Sun, 08 Nov 2009 13:03:26 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N7C6k-0006HD-Sp for emacs-orgmode@gnu.org; Sun, 08 Nov 2009 13:03:26 -0500 Received: from [199.232.76.173] (port=55619 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N7C6k-0006Gs-Jz for emacs-orgmode@gnu.org; Sun, 08 Nov 2009 13:03:22 -0500 Received: from outbound-mail-123.bluehost.com ([67.222.38.23]:49406) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1N7C6j-00086i-W7 for emacs-orgmode@gnu.org; Sun, 08 Nov 2009 13:03:22 -0500 Received: from cpe-24-161-159-72.hawaii.res.rr.com ([24.161.159.72] helo=[192.168.1.2]) by box472.bluehost.com with esmtpa (Exim 4.69) (envelope-from ) id 1N7C6f-0005an-5t for emacs-orgmode@gnu.org; Sun, 08 Nov 2009 11:03:17 -0700 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Org Mode Mailing List --===============1075838836== Content-Type: multipart/alternative; boundary=Apple-Mail-3-223321818 --Apple-Mail-3-223321818 Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Aloha all, The following org file demonstrates that :noweb passes silently over the undefined code block <>. 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 <> <> #+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 --Apple-Mail-3-223321818 Content-Type: text/html; charset=US-ASCII Content-Transfer-Encoding: quoted-printable 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

-----------------------------= ----