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:
parent
d7d6b40926
commit
da464d8199
7 changed files with 906 additions and 2 deletions
|
|
@ -26,8 +26,10 @@
|
|||
(org-babel-do-load-languages 'org-babel-load-languages
|
||||
'((sh . t)
|
||||
(python . t)
|
||||
(plantuml . t)
|
||||
(dot . t)
|
||||
(C . t)))))
|
||||
(org-plantuml-jar-path . "./plantuml.jar")
|
||||
(org-confirm-babel-evaluate . nil)
|
||||
(org-babel-python-command . "@PYTHON@")
|
||||
(org-babel-C++-compiler . "./g++wrap")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue