org: fix example generation

* doc/org/autfilt.org, doc/org/dstar2tgba.org: Here.  Many examples
failed because the code generating the input was not run.
This commit is contained in:
Alexandre Duret-Lutz 2015-07-17 19:04:40 +02:00
parent fd16383e70
commit 67d3553b12
2 changed files with 3 additions and 3 deletions

View file

@ -24,7 +24,7 @@ The following command instructs =ltl2dstar= to:
Additionally we use =ltlfilt= to convert our formula to the
prefix format used by =ltl2dstar=.
#+BEGIN_SRC sh :results verbatim :exports node
#+BEGIN_SRC sh :results silent :exports code
ltlfilt -f 'Fa & GFb' -l | ltl2dstar --ltl2nba=spin:ltl2tgba@-sD - fagfb
#+END_SRC