From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Macro expansion in new exporter Date: Fri, 15 Feb 2013 22:17:34 +0100 Message-ID: <87r4kh6zv5.fsf@gmail.com> References: <87mwv57mo0.fsf@gmail.com> <87r4khia0n.fsf@lapcat.tftorrey.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:48341) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U6SfN-0004Lk-Hc for emacs-orgmode@gnu.org; Fri, 15 Feb 2013 16:17:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U6SfM-0006qt-Hf for emacs-orgmode@gnu.org; Fri, 15 Feb 2013 16:17:57 -0500 Received: from mail-we0-x234.google.com ([2a00:1450:400c:c03::234]:60100) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U6SfM-0006qf-BC for emacs-orgmode@gnu.org; Fri, 15 Feb 2013 16:17:56 -0500 Received: by mail-we0-f180.google.com with SMTP id k14so3162320wer.25 for ; Fri, 15 Feb 2013 13:17:55 -0800 (PST) In-Reply-To: <87r4khia0n.fsf@lapcat.tftorrey.com> (T. F. Torrey's message of "Fri, 15 Feb 2013 13:42:48 -0700") 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: "T.F. Torrey" Cc: emacs-orgmode@gnu.org tftorrey@tftorrey.com (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:

> #+CALL: snippet-awesome :results raw > #+HTML:

> > ... 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? Regards, -- Nicolas Goaziou