Sébastien Gendre <s...@k-7.ch> writes:

> When I try to execute a block of PlantUML in an Org document, I get an
> error message:
>
> "org-babel-execute-src-block: No org-babel-execute function for plantuml!"
> ...
> (add-to-list
>  'org-babel-load-languages
>  '(plantuml . t))

Just use (require 'ob-plantuml).

To use `org-babel-load-languages', you should either set it before
loading Org mode or run `org-babel-do-load-languages' manually, as
described in "16.9 Languages" section of the manual.

-- 
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>

Reply via email to