org: plantuml.jar is in the build directory
Fixes #213. * doc/org/.dir-locals.el.in, doc/org/init.el.in: Adjust location of plantuml.jar.
This commit is contained in:
parent
4fdaf0e14e
commit
6c6660f48f
2 changed files with 2 additions and 2 deletions
|
|
@ -27,7 +27,7 @@
|
|||
(plantuml . t)
|
||||
(C . t)))
|
||||
(setq org-confirm-babel-evaluate nil)
|
||||
(setq org-plantuml-jar-path "./plantuml.jar")
|
||||
(setq org-plantuml-jar-path "@abs_top_builddir@/doc/org/plantuml.jar")
|
||||
(setq org-babel-python-command "@PYTHON@")
|
||||
(setq org-babel-C++-compiler "./g++wrap")
|
||||
(setq shell-file-name "@SHELL@")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue