emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Macro expansion in new exporter


From: T.F. Torrey
Subject: Re: [O] Macro expansion in new exporter
Date: Fri, 15 Feb 2013 15:37:52 -0700

Nicolas Goaziou <address@hidden> writes:

> address@hidden (T.F. Torrey) writes:
>
>> This almost works, I think ...
>>
>> #+name: snippet-awesome
>> #+begin_src org :exports results :results raw
>> Snippet of awesome text that changes sometimes. #+end_src
>>
>> #+HTML: <p class="foo">
>> #+CALL: snippet-awesome :results raw
>> #+HTML: </p>
>>
>> ... except that it doesn't actually export anything, and changing
>> :exports to none doesn't help.  And neither does removing the :results
>> raw from the call.
>
> Wild guess: did you activate org in your Babel languages?

Doh!  And that was one of the things I checked, too.

Now it works, but it isn't a solution because the CALL is wrapped in its
own <p>.  I'll figure something out.

Thanks again.

T.
-- 
T.F. Torrey



reply via email to

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