From mboxrd@z Thu Jan 1 00:00:00 1970 From: Oleh Subject: Re: Does org export have something like Lisp quasiquote and unquote? Date: Thu, 20 Feb 2014 17:56:14 +0100 Message-ID: References: <87eh2zf1y0.fsf@gmail.com> <877g8p689i.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56201) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WGWv3-000648-Kl for emacs-orgmode@gnu.org; Thu, 20 Feb 2014 11:56:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WGWv1-0007sj-Ub for emacs-orgmode@gnu.org; Thu, 20 Feb 2014 11:56:17 -0500 Received: from mail-we0-x232.google.com ([2a00:1450:400c:c03::232]:63255) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WGWv1-0007sU-OR for emacs-orgmode@gnu.org; Thu, 20 Feb 2014 11:56:15 -0500 Received: by mail-we0-f178.google.com with SMTP id q59so1634401wes.23 for ; Thu, 20 Feb 2014 08:56:14 -0800 (PST) In-Reply-To: <877g8p689i.fsf@gmail.com> 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: Eric Schulte Cc: org mode > > Think of code blocks as macros with optional interactive expansion. If > you don't execute the code block you need not ever see the results, > however with an additional ":exports results" header argument the code > block will be executed and replaced with it's results on export. > > Take a look at the (info "(org) Working With Source Code") portion of > the Org-mode manual. > Thanks, I'll look there. Is it possible to have a code block that evals to a string wrapped in #+BEGIN_HTML, #+END_HTML and be treated as a HTML block on export? regards, Oleh