emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] [PATCH] ob-plantuml.el support for non-UML diagrams


From: Henrik Koschitzki
Subject: [O] [PATCH] ob-plantuml.el support for non-UML diagrams
Date: Thu, 1 Aug 2019 15:57:24 +0200 (CEST)

Hello,
ob-plantuml encloses the body of PlantUML ( http://plantuml.com) diagram code with @startuml/@enduml clauses. Recent versions of PlantUML support non-UML diagrams like gantt, mindmap and others that needs to be enclosed with @startgantt/@endgantt and @startmindmap/@endmindmap clauses. 

I created a patch that only inserts @startuml and @enduml if the body does not already starts with the string "@start". This patch allows the execution of existing UML diagrams without @startuml/@enduml as well as non-UML diagrams that contain any @start-/@end- clause.

Regards

Henrik Koschitzki

Attachment: 0001-ob-plantuml-Allow-different-start-end-clauses.patch
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]