From 5b72c5a064b99dd39f563eb371a4d53b97a356cb Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Fri, 19 Jun 2015 23:14:19 +0200 Subject: [PATCH] org: really fix the satmin.org example * doc/org/satmin.org: Fix export. We need both 'results: silent' and 'exports: both' for the code to be run and shown. --- doc/org/satmin.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/org/satmin.org b/doc/org/satmin.org index 18b9af506..f549b3a03 100644 --- a/doc/org/satmin.org +++ b/doc/org/satmin.org @@ -367,7 +367,7 @@ acceptance. For our example, let us first generate a deterministic Rabin automaton with [[http://www.ltl2dstar.de/][=ltl2dstar=]]. -#+BEGIN_SRC sh :results silent +#+BEGIN_SRC sh :results silent :exports both ltlfilt -f "FGa | FGb" -l | ltl2dstar --ltl2nba=spin:ltl2tgba@-Ds --output-format=hoa - - > output.hoa #+END_SRC