From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Sean O'Halpin" Subject: Re: Feature request for noweb mode that strips references on export Date: Sat, 31 Mar 2012 09:33:40 +0100 Message-ID: References: <87d39ylgt0.fsf@gmx.com> <871uoagi08.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:48473) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SDtkm-0002JC-TV for emacs-orgmode@gnu.org; Sat, 31 Mar 2012 04:33:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SDtkl-000824-Aw for emacs-orgmode@gnu.org; Sat, 31 Mar 2012 04:33:44 -0400 Received: from mail-ey0-f169.google.com ([209.85.215.169]:64215) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SDtkl-00081y-22 for emacs-orgmode@gnu.org; Sat, 31 Mar 2012 04:33:43 -0400 Received: by eaal1 with SMTP id l1so378822eaa.0 for ; Sat, 31 Mar 2012 01:33:41 -0700 (PDT) In-Reply-To: <871uoagi08.fsf@gmail.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Daimrod Cc: emacs-orgmode@gnu.org On Fri, Mar 30, 2012 at 5:39 PM, Daimrod wrote: > If you don't want to export boilerplate you've to use :exports none in > it. > > #+name: boilerplate > #+begin_src ruby :exports none > def hello > =A0"Hello World" > end > #+end_src > > Use it > > #+name: example > #+begin_src ruby :exports both :noweb strip-export > <> > > hello > #+end_src > Thanks but that's not my problem. When I use :exports both I get the code but not the results output in my exported HTML. Do you get the "Hello World" output? If so, it looks like I'll have to debug my configuration.