From: Alan Schmitt <alan.schmitt@polytechnique.org>
To: Eric Schulte <schulte.eric@gmail.com>
Cc: org mode <emacs-orgmode@gnu.org>, Oleh <ohwoeowho@gmail.com>
Subject: Re: Does org export have something like Lisp quasiquote and unquote?
Date: Thu, 20 Feb 2014 22:48:25 +0100 [thread overview]
Message-ID: <m2lhx5tpzq.fsf@polytechnique.org> (raw)
In-Reply-To: <87zjll4ppc.fsf@gmail.com> (Eric Schulte's message of "Thu, 20 Feb 2014 13:13:51 -0500")
Eric Schulte <schulte.eric@gmail.com> writes:
> Oleh <ohwoeowho@gmail.com> writes:
>
>>>
>>> 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?
>>
>
> Yes, see (info "(org) results").
As Eric suggested, the simplest is something like ":results value html"
or ":results output html". But if you need something more involved,
please keep reading.
I recently had to use something similar, where the result of a code
block would need to be wrapped in #+begin_src / #+end_src. After much
help from this list, I ended up with this solution:
http://orgmode.org/worg/org-hacks.html#sec-1-10-4
You can ignore / replace the "fetchsrc" bit with the code you want to
evaluate, and adapt the "wrap-coq" to your setting.
Alan
prev parent reply other threads:[~2014-02-20 21:49 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-02-19 15:07 Does org export have something like Lisp quasiquote and unquote? Oleh
2014-02-19 17:27 ` Eric Schulte
2014-02-19 18:45 ` Oleh
2014-02-20 13:36 ` Eric Schulte
2014-02-20 16:56 ` Oleh
2014-02-20 18:13 ` Eric Schulte
2014-02-20 21:48 ` Alan Schmitt [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=m2lhx5tpzq.fsf@polytechnique.org \
--to=alan.schmitt@polytechnique.org \
--cc=emacs-orgmode@gnu.org \
--cc=ohwoeowho@gmail.com \
--cc=schulte.eric@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).