emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Literate programming in org
@ 2015-08-26  8:35 Max Linke
  2015-08-26 10:36 ` Sebastien Vauban
  2015-08-26 12:21 ` Ken Mankoff
  0 siblings, 2 replies; 5+ messages in thread
From: Max Linke @ 2015-08-26  8:35 UTC (permalink / raw)
  To: Org Mode

Hi

I'm currently trying to use org-modes literate programming capabilities 
to write up a paper. So far it has been a joy to have the plotting code
and text in the same document. Thanks for all the work people here have
already put in to make this so easy.

I have run into a two small problems so far

* How can I use computed variables (string/int/float) in floating text?

   I have for example calculated a autocorrelation time and now want to
   use that calculated number in the text. The best solution I have
   found so far is

   #+name: print_acf_time
   #+begin_src ipython :session :exports none
     print(acf_time)
   #+end_src

   The autocorrelation time for the process is call_print_acf_time().
   That is OK-ish but I have to write a special code cell for every
   variable that I want to reference in my document. Is there another
   method to export variables to be easily accessible in org-mode?

* reruning specific cells only one time after emacs was started

   I have some cells that are long running and produce some variables
   I later use for plotting or calculating related values. To avoid
   recalculating I have added `cache: yes` to these cells. But they
   are only run once across restarts of emacs or my interpreter session
   in the background. When I start working again I would like to have a
   way to rerun all code-cells independent of the fact if they are cached
   or not. This would lead to a huge speed up in converting to latex for
   me.

I appreciate any help with this.

best Max

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-08-26 20:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-08-26  8:35 Literate programming in org Max Linke
2015-08-26 10:36 ` Sebastien Vauban
2015-08-26 19:40   ` Max Linke
2015-08-26 20:07     ` Sebastien Vauban
2015-08-26 12:21 ` Ken Mankoff

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).