org: fix multiple examples

I have to remember that org-mode does not evaluate something unless it
is eventually exported.

* doc/org/hoa.org, doc/org/ioltl.org, doc/org/tut21.org,
doc/org/tut30.org: Adjust exports commands.
This commit is contained in:
Alexandre Duret-Lutz 2015-10-20 14:26:57 +02:00
parent cd8e53de09
commit c7d063aaa0
4 changed files with 13 additions and 6 deletions

View file

@ -5,7 +5,7 @@
Consider the following Rabin automaton, generated by =ltl2dstar=:
#+BEGIN_SRC sh :results verbatim :exports code
#+BEGIN_SRC sh :results silent :exports both
ltldo ltl2dstar -f 'F(Xp1 xor XXp1)' -H > tut30.hoa
#+END_SRC
@ -286,3 +286,7 @@ State: 4
[0] 4
--END--
#+end_example
#+BEGIN_SRC sh :results silent :exports results
rm -f tut30.hoa
#+END_SRC