From mboxrd@z Thu Jan 1 00:00:00 1970 From: tftorrey@tftorrey.com (T.F. Torrey) Subject: Re: Macro expansion in new exporter Date: Fri, 15 Feb 2013 15:37:52 -0700 Message-ID: <87fw0xi4ov.fsf@lapcat.tftorrey.com> References: <87r4kh6zv5.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:42126) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U6Tv1-0006uG-Bt for emacs-orgmode@gnu.org; Fri, 15 Feb 2013 17:38:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U6Tuy-0001Mc-FV for emacs-orgmode@gnu.org; Fri, 15 Feb 2013 17:38:10 -0500 Received: from mail-pb0-f45.google.com ([209.85.160.45]:35615) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U6Tuy-0001MJ-AH for emacs-orgmode@gnu.org; Fri, 15 Feb 2013 17:38:08 -0500 Received: by mail-pb0-f45.google.com with SMTP id ro8so785853pbb.18 for ; Fri, 15 Feb 2013 14:38:06 -0800 (PST) In-Reply-To: <87r4kh6zv5.fsf@gmail.com> (message from Nicolas Goaziou on Fri, 15 Feb 2013 22:17:34 +0100) 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: Nicolas Goaziou Cc: emacs-orgmode@gnu.org Nicolas Goaziou writes: > 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? 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

. I'll figure something out. Thanks again. T. -- T.F. Torrey