emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Feature request for noweb mode that strips references on export


From: Sean O'Halpin
Subject: Re: [O] Feature request for noweb mode that strips references on export
Date: Sat, 31 Mar 2012 09:33:40 +0100

On Fri, Mar 30, 2012 at 5:39 PM, Daimrod <address@hidden> 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
>  "Hello World"
> end
> #+end_src
>
> Use it
>
> #+name: example
> #+begin_src ruby :exports both :noweb strip-export
> <<boilerplate>>
>
> 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]