Skip to content

Render PlantUML markup in org-mode documents

Problem to solve

See rendering of embedded PlantUML has been supported for various markdown formats since release 8.16. However org-mode isn't one of the supported formats (possibly because org-mode markup support was introduced later?).

Further details

Org-mode markup already supported. Typically a plantuml snippet would be embedded in an org-babel source block, e.g.:

#+BEGIN_SRC plantuml file:salutations.svg
Bob --> Alice: Wahey!
Alice --> Bob: Wahoo!
#+END_SRC

Proposal

Extend support for rendering embedded PlantUML to org-mode markup.

What does success look like, and how can we measure that?

The rendered view of an org-mode document contains a rendered plantuml diagram rather than a listing of the plantuml source.

Links / references