From mboxrd@z Thu Jan 1 00:00:00 1970 From: w t <1218121@gmail.com> Subject: Re: Simple Literate Programming Example Date: Thu, 27 May 2010 20:32:33 -0700 Message-ID: References: <344BE44B-EFAD-49A8-A779-71C8412A711E@tsdye.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from [140.186.70.92] (port=42018 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OHqJH-0002yh-Vj for emacs-orgmode@gnu.org; Thu, 27 May 2010 23:32:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from <1218121@gmail.com>) id 1OHqJG-00028N-Mm for emacs-orgmode@gnu.org; Thu, 27 May 2010 23:32:35 -0400 Received: from mail-gy0-f169.google.com ([209.85.160.169]:65330) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from <1218121@gmail.com>) id 1OHqJG-00028H-Im for emacs-orgmode@gnu.org; Thu, 27 May 2010 23:32:34 -0400 Received: by gyg4 with SMTP id 4so766067gyg.0 for ; Thu, 27 May 2010 20:32:33 -0700 (PDT) In-Reply-To: <344BE44B-EFAD-49A8-A779-71C8412A711E@tsdye.com> 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: emacs-orgmode@gnu.org On 5/27/10, Thomas S. Dye wrote: > I believe you'll need to add the :noweb yes header argument to code > blocks that include <<>> to be expanded. > > I'll update the example on Worg to reflect this newer feature of Org- > babel. > > All the best, > Tom > Thank you, things now work.