emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] conditional export based on babel result


From: Thomas S. Dye
Subject: Re: [O] conditional export based on babel result
Date: Wed, 05 Sep 2012 06:09:52 -1000

Hi Andreas,

Perhaps you could generate the conditional parts of the document from
source code blocks?  Pass in your test result and either export "" or
#+begin_latex ... #+end_latex?

All the best,
Tom

Andreas Leha <address@hidden> writes:

> Hi all,
>
> is there a possibility to exclude (or include) parts of the document
> based on some babel source block result?
>
> First some use case:
> Say, I am doing a statistical test.  And only if the test turns out to be
> significant, a follow-up analysis is carried out.
>
> Is that possible?
>
> One thinkable and ugly option would be to allow lisp-generated tags like
> in this dummy example:
>
> #+begin_org
>
> * The Test
> #+name: sometest
> #+begin_src R
>   test_result <- 0.03
> #+end_src
>
>
> ** export maybe (if (< (string-to-number (sbe sometest)) 0.05)
> ":export:" ":noexport:")
> The follow-up
>
> #+end_org
>
>
> Regards,
> Andreas
>
>
>

-- 
Thomas S. Dye
http://www.tsdye.com



reply via email to

[Prev in Thread] Current Thread [Next in Thread]