ob-plantuml: Add support for prologue and header variables
commitcb33cd066d7375bd1eba705f3d03b855a44ea865
authorthibault <thibault.marin@gmx.com>
Sat, 10 Dec 2016 04:43:32 +0000 (9 22:43 -0600)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Sat, 10 Dec 2016 11:06:04 +0000 (10 12:06 +0100)
tree6c8dd7b56449bd25fc520cd85c71cb4561ee325a
parentd2c834b215025c758fd4e311a562216bf782f863
ob-plantuml: Add support for prologue and header variables

* lisp/ob-plantuml.el (org-babel-execute:plantuml) Include prologue and
  header variables to temporary file body.
(org-babel-plantuml-make-body): New function.
(org-babel-variable-assignments:plantuml): New function.

* testing/lisp/test-ob-plantuml.el: New file.
lisp/ob-plantuml.el
testing/lisp/test-ob-plantuml.el [new file with mode: 0644]