From: tsd@tsdye.com (Thomas S. Dye)
To: David Dynerman <david@block-party.net>
Cc: emacs-orgmode@gnu.org
Subject: Re: Only evaluate code blocks interactively, but export results
Date: Sat, 04 Apr 2015 07:15:51 -1000 [thread overview]
Message-ID: <m2d23jizlk.fsf@tsdye.com> (raw)
In-Reply-To: <0119590B-CC3F-4CAF-85E6-E736C6755AB2@block-party.net> (David Dynerman's message of "Sat, 4 Apr 2015 12:03:14 -0500")
Aloha David,
David Dynerman <david@block-party.net> writes:
> Hi all,
>
> I’m trying to accomplish the following:
>
> 1) I have an org-babel python block in my code that produces a figure file
> 2) I’d like to include the resulting figure HTML export of my org file
> 3) The code takes a bit to run, so I don’t want to execute the code
> block during each HTML export
>
> What I have so far:
>
> #+NAME: my_python_function
> #+HEADER: :var some python vars
> #+BEGIN_SRC python :results value file
> my python code
> #+END_SRC
> #+CALL: my_python_function(some python vars=values) :results value file :exports results
> #+CAPTION: Here is a figure
> #+LABEL: fig:an_amazing_figure
> #+ATTR_HTML: :height 200em
> #+RESULTS:
> [[file:output_file]]
>
> This block works when I export to HTML (e.g. the code runs, and the
> figure is placed in the appropriate figure with the appropriate
> caption).
>
> Question: How can I modify this so that the code is only executed when
> I run C-c C-c on the +CALL line, but still have the figure in the
> exported HTML?
>
> I tried adding :eval no-export to the code and to the +CALL line, but
> then the resulting HTML doesn’t contain the figure (it outputs “nil”,
> presumably because the CALL line is trying to call it, but the code is
> refusing to run because of the no-export line)
You can set :cache yes, which can be used to avoid re-evaluating
unchanged code blocks.
hth,
Tom
--
Thomas S. Dye
http://www.tsdye.com
next prev parent reply other threads:[~2015-04-04 17:16 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-04-04 17:03 Only evaluate code blocks interactively, but export results David Dynerman
2015-04-04 17:15 ` Thomas S. Dye [this message]
2015-04-04 18:55 ` David Dynerman
2015-04-05 18:00 ` Charles C. Berry
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=m2d23jizlk.fsf@tsdye.com \
--to=tsd@tsdye.com \
--cc=david@block-party.net \
--cc=emacs-orgmode@gnu.org \
/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 external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.