org: document explicit vs. on-the-fly

* doc/org/tut50.org: New file.
* doc/org/tut.org: Add it.
* NEWS: Mention it.
* doc/Makefile.am: Add tut50.org, and download plantuml.jar when needed.
* doc/org/.dir-locals.el.in, doc/org/init.el.in: Activate plantum.
* HACKING: Mention the Java dependency.
This commit is contained in:
Alexandre Duret-Lutz 2016-07-26 11:20:29 +02:00
parent d7d6b40926
commit da464d8199
7 changed files with 906 additions and 2 deletions

View file

@ -23,9 +23,10 @@
'((sh . t)
(dot . t)
(python . t)
(plantuml . t)
(C . t)))
(setq org-confirm-babel-evaluate nil)
(setq org-plantuml-jar-path "./plantuml.jar")
(setq org-babel-python-command "@PYTHON@")
(setq org-babel-C++-compiler "./g++wrap")
(setq shell-file-name "@SHELL@")