org: show how to implement Kripke structures

* doc/org/tut51.org: New file.
* doc/org/tut.org, doc/Makefile.am, NEWS: Add it.
* elisp/ob-dot.el: New file, to work around old org-mode versions.
* elisp/README, elisp/Makefile.am: Add it.
This commit is contained in:
Alexandre Duret-Lutz 2016-07-27 16:19:04 +02:00
parent 6617538156
commit 15ea2e66e8
7 changed files with 679 additions and 3 deletions

View file

@ -1,3 +1,7 @@
hoa-mode.el is used when building the documentation for syntax
highlighting the HOA files displayed in the examples. But you may
also want to use it for editing and displaying HOA files.
Old versions of org-mode have a version of ob-dot.el that do not
correctly deal with backslashs in dot output. This version fixes
that.