org: Make sure ../../src/bin is searched first.
We used to set PATH in emacs, but because babel executes "sh" via shell-command, the configuration of the main shell may supersedes ours. * doc/org/ltl2tgba.org, doc/org/ltl2tgta.org, doc/org/ltlcross.org, doc/org/ltlfilt.org, doc/org/randltl.org, doc/org/tools.org, doc/org/genltl.org: Move all local-file variable to... * doc/org/.dir-locals.el: ... here. And also set the PATH in org-babel-sh-command. * doc/org/init.el.in: Set the PATH in org-babel-sh-command.
This commit is contained in:
parent
33ba8a78c5
commit
69dcff5ab0
9 changed files with 16 additions and 52 deletions
|
|
@ -127,6 +127,8 @@ ltlfilt --help | sed -n '/Filtering options.*:/,/^$/p' | sed '1d;$d'
|
|||
--safety match safety formulas (even pathological)
|
||||
--size-max=INT match formulas with size <= INT
|
||||
--size-min=INT match formulas with size >= INT
|
||||
--stutter-insensitive, --stutter-invariant
|
||||
match stutter-insensitive LTL formulas
|
||||
--syntactic-guarantee match syntactic-guarantee formulas
|
||||
--syntactic-obligation match syntactic-obligation formulas
|
||||
--syntactic-persistence match syntactic-persistence formulas
|
||||
|
|
@ -218,15 +220,6 @@ The commands prints the formula and returns an exit status of 0 if the
|
|||
two formulas are equivalent. It would print nothing and set the exit
|
||||
status to 1, were the two formulas not equivalent.
|
||||
|
||||
|
||||
|
||||
# Local variables:
|
||||
# eval: (setenv "PATH" (concat "../../src/bin" path-separator (getenv "PATH")))
|
||||
# eval: (org-babel-do-load-languages 'org-babel-load-languages '((sh . t) (dot . t)))
|
||||
# eval: (setq org-confirm-babel-evaluate nil)
|
||||
# End:
|
||||
|
||||
|
||||
# LocalWords: ltlfilt num toc LTL PSL syntaxes LBT's SRC GFp scheck
|
||||
# LocalWords: ltl EOF lbt Gp Fp Xp XFp XXp randltl ary nnf wm abc
|
||||
# LocalWords: pnn Xb Fc XFb XXd sed boolean bsize nox Gb Fb Xa XGb
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue