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: Eric Schulte
Subject: Re: [O] Feature request for noweb mode that strips references on export
Date: Sat, 31 Mar 2012 11:32:24 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.94 (gnu/linux)

Nick Dokos <address@hidden> writes:

> Sean O'Halpin <address@hidden> wrote:
>
>> 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.
>> 
>
> Now that I've tried it, I can reproduce it: the final results disappear
> on export.
>
> Nick
>
>

Thanks for bringing this problem to light.  I've just pushed up a fix.

Cheers,

-- 
Eric Schulte
http://cs.unm.edu/~eschulte/



reply via email to

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